Skip to content

Commit bcef716

Browse files
committed
Fix documentation typo about default radius value
1 parent a31ab86 commit bcef716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/sdss/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def query_crossid_async(self, coordinates, obj_names=None,
8181
radius : str or `~astropy.units.Quantity` object, optional The
8282
string must be parsable by `~astropy.coordinates.Angle`. The
8383
appropriate `~astropy.units.Quantity` object from
84-
`astropy.units` may also be used. Defaults to 2 arcsec.
84+
`astropy.units` may also be used. Defaults to 5 arcsec.
8585
timeout : float, optional
8686
Time limit (in seconds) for establishing successful connection with
8787
remote server. Defaults to `SDSSClass.TIMEOUT`.

0 commit comments

Comments
 (0)