Skip to content

Commit c05573e

Browse files
Jorge Fernandez HernandezJorge Fernandez Hernandez
authored andcommitted
GAIASWRQ-25 spell out the numberings
1 parent f7948be commit c05573e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

astroquery/gaia/core.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,8 +854,9 @@ 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:
859+
859860
1. updates the user table metadata to flag the positional RA/Dec columns;
860861
2. launches a positional cross-match as an asynchronous query;
861862
3. returns all the columns from both tables plus the angular distance (deg) for the cross-matched sources.

0 commit comments

Comments
 (0)