Skip to content

Commit c190665

Browse files
committed
fix docs build
1 parent 06dfd0d commit c190665

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

astroquery/mast/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ def resolve_object(self, objectname, resolver=None, resolve_all=False):
131131
Returns
132132
-------
133133
response : `~astropy.coordinates.SkyCoord`, dict
134-
If `resolve_all` is False, returns a `~astropy.coordinates.SkyCoord` object with the resolved coordinates.
135-
If `resolve_all` is True, returns a dictionary where the keys are the resolver names and the values are
134+
If ``resolve_all`` is False, returns a `~astropy.coordinates.SkyCoord` object with the resolved coordinates.
135+
If ``resolve_all`` is True, returns a dictionary where the keys are the resolver names and the values are
136136
`~astropy.coordinates.SkyCoord` objects with the resolved coordinates.
137137
"""
138138
return utils.resolve_object(objectname, resolver, resolve_all)

astroquery/mast/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ def resolve_object(objectname, resolver=None, resolve_all=False):
110110
Returns
111111
-------
112112
response : `~astropy.coordinates.SkyCoord`, dict
113-
If `resolve_all` is False, returns a `~astropy.coordinates.SkyCoord` object with the resolved coordinates.
114-
If `resolve_all` is True, returns a dictionary where the keys are the resolver names and the values are
113+
If ``resolve_all`` is False, returns a `~astropy.coordinates.SkyCoord` object with the resolved coordinates.
114+
If ``resolve_all`` is True, returns a dictionary where the keys are the resolver names and the values are
115115
`~astropy.coordinates.SkyCoord` objects with the resolved coordinates.
116116
"""
117117
is_catalog = False # Flag to check if object name belongs to a MAST catalog

0 commit comments

Comments
 (0)