Skip to content

Commit ff01e92

Browse files
bmorris3bsipocz
authored andcommitted
Address review comments from Sam Bianco
1 parent feab6c6 commit ff01e92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ mast
3939
- Expand the supported data types for filter values in ``Mast.mast_query``. Previously, users had to input
4040
filter values enclosed in lists, even when specifying a single value or dictionary. [#3422]
4141

42-
- Raise informative error if MastMissions query radius is too large. [#3447]
42+
- Raise informative error if ``MastMissions`` query radius is too large. [#3447]
4343

4444
jplspec
4545
^^^^^^^

astroquery/mast/missions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def query_region_async(self, coordinates, *, radius=3*u.arcmin, limit=5000, offs
243243
Raises
244244
------
245245
InvalidQueryError
246-
If the query radius is larger than the limit (30 arcminute).
246+
If the query radius is larger than the limit (30 arcminutes).
247247
"""
248248

249249
self.limit = limit
@@ -329,7 +329,7 @@ def query_criteria_async(self, *, coordinates=None, objectname=None, radius=3*u.
329329
Raises
330330
------
331331
InvalidQueryError
332-
If the query radius is larger than the limit (30 arcminute).
332+
If the query radius is larger than the limit (30 arcminutes).
333333
"""
334334

335335
self.limit = limit

0 commit comments

Comments
 (0)