Skip to content

Commit b6368d3

Browse files
committed
fix minor typo in docstring
1 parent 563a788 commit b6368d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astroquery/xmatch/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ def query(self, cat1, cat2, max_distance, colRA1=None,
2929
Identifier of the first table. It can either be a URL, the
3030
payload of a local file being uploaded, a CDS table
3131
identifier (either *simbad* for a view of SIMBAD data / to
32-
point out a given VizieR table or a an AstroPy table.
32+
point out a given VizieR table) or a an AstroPy table.
3333
If the table is uploaded or accessed through a URL, it must be
3434
in VOTable or CSV format with the positions in J2000
3535
equatorial frame and as decimal degrees numbers.
36-
cat2 : str or file
36+
cat2 : str or file
3737
Identifier of the second table. Follows the same rules as *cat1*.
3838
max_distance : `~astropy.units.arcsec`
3939
Maximum distance in arcsec to look for counterparts.

0 commit comments

Comments
 (0)