Skip to content

Commit 5949b28

Browse files
Update tap.rst
changed unsupported print(table.get_name()) to: print(table.get_qualified_name())
1 parent 9d172db commit 5949b28

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)