Skip to content

Commit

Permalink
Update astroquery/alma/core.py
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Ginsburg <[email protected]>
  • Loading branch information
andamian and keflavich authored Oct 11, 2024
1 parent 58da870 commit 993cef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroquery/alma/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ def query_tap(self, query, maxrec=None, uploads=None):
maximum number of records to return
uploads : dict
a mapping from temporary table names to objects containing a votable. These
temporary tables can be referred to in queries. The keys in the dictionsry are
temporary tables can be referred to in queries. The keys in the dictionary are
the names of temporary tables which need to be prefixed with the TAP_UPLOAD
schema in the actual query. The values are either astropy.table.Table instances
or file names or file like handles such as io.StringIO to table definition in
Expand Down

0 comments on commit 993cef5

Please sign in to comment.