Skip to content

Commit 2f87333

Browse files
authored
Merge pull request #2985 from richardgmcmahon/rgm-1
Update tap.rst
2 parents 33ad514 + 5949b28 commit 2f87333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utils/tap.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ Example 1: TAPVizieR.cds.unistra.fr
800800
>>> #Inspect tables
801801
>>> tables = tap.load_tables()
802802
>>> for table in (tables):
803-
>>> print(table.get_name())
803+
>>> print(table.get_qualified_name())
804804
805805
...
806806
J/ApJS/173/104/memb

0 commit comments

Comments
 (0)