Skip to content

Commit 53bf168

Browse files
tristandijkstrabsipocz
authored andcommitted
MPC: fix docstring
1 parent 0aaece5 commit 53bf168

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

astroquery/mpc/core.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -876,11 +876,11 @@ def get_observations_async(self, targetid, *,
876876
(*): Column names are optional and
877877
depend on whether an asteroid or a comet has been queried.
878878
879-
(#): Parameters ``Note1`` and ``Note2`` are defined `here
880-
<https://minorplanetcenter.net/iau/info/OpticalObs.html>`_.
879+
(#): Parameters ``Note1`` and ``Note2`` are defined here:
880+
https://minorplanetcenter.net/iau/info/OpticalObs.html.
881881
882-
(!): Definitions of catalog codes can be found `here
883-
<https://www.minorplanetcenter.net/iau/info/CatalogueCodes.html>`_.
882+
(!): Definitions of star catalog codes can be found here:
883+
https://www.minorplanetcenter.net/iau/info/CatalogueCodes.html.
884884
885885
886886
Examples

0 commit comments

Comments
 (0)