Skip to content

Commit

Permalink
Merge pull request #585 from bsipocz/DOC_tap_example
Browse files Browse the repository at this point in the history
DOC: examples have changed upstream, change index in docs
  • Loading branch information
msdemlei authored Aug 14, 2024
2 parents 197071f + 6543b2e commit c1f6903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dal/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ the ``examples`` attribute.

.. doctest-remote-data::

>>> print(tap_service.examples[0]['QUERY'])
>>> print(tap_service.examples[1]['QUERY'])
SELECT TOP 50 l.id, l.pmra as lpmra, l.pmde as lpmde,
g.source_id, g.pmra as gpmra, g.pmdec as gpmde
FROM
Expand Down

0 comments on commit c1f6903

Please sign in to comment.