We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f348d commit 76610a1Copy full SHA for 76610a1
astroquery/utils/commons.py
@@ -50,8 +50,8 @@ def parse_coordinates(coordinates, return_frame=None):
50
coordinates : str or `astropy.coordinates` object
51
Astronomical coordinate
52
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
+ The frame to return the coordinates in. If None and ``coordinates`` is
+ a string, the frame will be ICRS. If ``coordinates`` is an `astropy.coordinates` object, the
55
frame will be the same as the input object.
56
57
Returns
0 commit comments