Skip to content

Commit 23472ce

Browse files
committed
more backtick problems
1 parent d7f362f commit 23472ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astroquery/sdss/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def query_region_async(self, coordinates, *, radius=None,
209209
data_release=conf.default_release, cache=True):
210210
"""
211211
Used to query a region around given coordinates. Either ``radius`` or
212-
`width` must be specified.
212+
``width`` must be specified.
213213
214214
When called with keyword ``radius``, a radial or "cone" search is
215215
performed, centered on each of the given coordinates. In this mode, internally,
@@ -252,7 +252,7 @@ def query_region_async(self, coordinates, *, radius=None,
252252
The string must be parsable by `~astropy.coordinates.Angle`. The
253253
appropriate `~astropy.units.Quantity` object from
254254
`astropy.units` may also be used. If not specified, it will be
255-
set to the same value as `width`.
255+
set to the same value as ``width``.
256256
timeout : float, optional
257257
Time limit (in seconds) for establishing successful connection with
258258
remote server. Defaults to `SDSSClass.TIMEOUT`.

0 commit comments

Comments
 (0)