Skip to content

Commit 2676412

Browse files
Jorge Fernandez HernandezJorge Fernandez Hernandez
authored andcommitted
GAIASWRQ-25 spell out the numberings
1 parent 8a7e62f commit 2676412

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

astroquery/gaia/core.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -854,12 +854,12 @@ def cross_match_basic(self, *, table_a_full_qualified_name, table_a_column_ra, t
854854
radius=1.0, background=False, verbose=False):
855855
"""Performs a positional cross-match between the specified tables.
856856
857-
This methods simples the execution of the method `cross_match` since it carries out the following steps in one
857+
This method simples the execution of the method `cross_match` since it carries out the following steps in one
858858
step:
859859
860-
#. updates the user table metadata to flag the positional RA/Dec columns;
861-
#. launches a positional cross-match as an asynchronous query;
862-
#. returns all the columns from both tables plus the angular distance (deg) for the cross-matched sources.
860+
1. updates the user table metadata to flag the positional RA/Dec columns;
861+
2. launches a positional cross-match as an asynchronous query;
862+
3. returns all the columns from both tables plus the angular distance (deg) for the cross-matched sources.
863863
864864
The result is a join table with the identifies of both tables and the distance (degrees), that is returned
865865
without metadata units. If desired, units can be added using the Units package of Astropy as follows:

0 commit comments

Comments
 (0)