Skip to content

Commit 76d408d

Browse files
committed
fix docstring
1 parent f219b89 commit 76d408d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ sdss
8787
^^^^
8888

8989
- ``query_region()`` now does a cone search around the specified
90-
coordinates. [#2345]
90+
coordinates. [#2477]
9191

9292
Infrastructure, Utility and Other Changes and Additions
9393
-------------------------------------------------------

astroquery/sdss/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def query_crossid_async(self, coordinates, radius=5. * u.arcsec, timeout=TIMEOUT
110110
only.
111111
region : bool, optional
112112
Normally cross-id only returns the closest primary object.
113-
Setting this to ``True`` will return all objects within `radius`.
113+
Setting this to ``True`` will return all objects.
114114
field_help: str or bool, optional
115115
Field name to check whether a valid PhotoObjAll or SpecObjAll
116116
field name. If `True` or it is an invalid field name all the valid

0 commit comments

Comments
 (0)