Skip to content

Commit 3062633

Browse files
committed
Fix docstring
1 parent ca7d26d commit 3062633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/mast/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def resolve_object(objectname, *, resolver=None, resolve_all=False):
154154
155155
Parameters
156156
----------
157-
objectname : str, int, or iterable of {str, int}
157+
objectname : str, or iterable of str
158158
Name(s) of astronomical object(s) to resolve.
159159
resolver : str, optional
160160
The resolver to use when resolving a named target into coordinates. Valid options are "SIMBAD" and "NED".

0 commit comments

Comments
 (0)