We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10342c0 commit d063e69Copy full SHA for d063e69
docs/esa/euclid/euclid.rst
@@ -969,7 +969,7 @@ A table from the user's private area can be deleted as follows:
969
970
>>> from astroquery.esa.euclid import Euclid
971
>>> Euclid.login_gui()
972
- >>> job = Euclid.delete_user_table("table_test_from_file")
+ >>> job = Euclid.delete_user_table(table_name="table_test_from_file")
973
Table 'table_test_from_file' deleted.
974
975
2.7. Updating table metadata
0 commit comments