Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/parallel: Fix errors shown by tox -e rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jul 12, 2022
1 parent 74738fb commit dccceb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sage/parallel/decorate.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def _sage_argspec_(self):
"""
Returns the argument specification for this object, which is
just the argument specification for the underlying function.
See :module:`sage.misc.sageinspect` for more information on
See :mod:`sage.misc.sageinspect` for more information on
this convention.
EXAMPLES::
Expand All @@ -252,7 +252,7 @@ def _sage_src_(self):
"""
Returns the source code for this object, which is just the
source code for the underlying function. See
:module:`sage.misc.sageinspect` for more information on this
:mod:`sage.misc.sageinspect` for more information on this
convention.
EXAMPLES::
Expand All @@ -269,10 +269,10 @@ def _sage_src_(self):
return sage_getsource(self.func)

def _instancedoc_(self):
"""
r"""
Returns the docstring for this object, which is just the
docstring for the underlying function. See
:module:`sage.misc.sageinspect` for more information on this
:mod:`sage.misc.sageinspect` for more information on this
convention.
EXAMPLES::
Expand Down

0 comments on commit dccceb4

Please sign in to comment.