Skip to content

Commit 76610a1

Browse files
committed
Fix docs build
1 parent 62f348d commit 76610a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astroquery/utils/commons.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ def parse_coordinates(coordinates, return_frame=None):
5050
coordinates : str or `astropy.coordinates` object
5151
Astronomical coordinate
5252
return_frame : `astropy.coordinates` frame
53-
The frame to return the coordinates in. If None and `coordinates` is
54-
a string, the frame will be ICRS. If `coordinates` is an `astropy.coordinates` object, the
53+
The frame to return the coordinates in. If None and ``coordinates`` is
54+
a string, the frame will be ICRS. If ``coordinates`` is an `astropy.coordinates` object, the
5555
frame will be the same as the input object.
5656
5757
Returns

0 commit comments

Comments
 (0)