From 5949b28d60ee0a2b92a977c456c910fc2f608944 Mon Sep 17 00:00:00 2001 From: Richard McMahon Date: Sun, 7 Apr 2024 10:46:48 +0100 Subject: [PATCH] Update tap.rst changed unsupported print(table.get_name()) to: print(table.get_qualified_name()) --- docs/utils/tap.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/utils/tap.rst b/docs/utils/tap.rst index 6b84880987..7e8833fe7b 100644 --- a/docs/utils/tap.rst +++ b/docs/utils/tap.rst @@ -800,7 +800,7 @@ Example 1: TAPVizieR.cds.unistra.fr >>> #Inspect tables >>> tables = tap.load_tables() >>> for table in (tables): - >>> print(table.get_name()) + >>> print(table.get_qualified_name()) ... J/ApJS/173/104/memb