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

Commit dccceb4

Browse files
author
Matthias Koeppe
committed
src/sage/parallel: Fix errors shown by tox -e rst
1 parent 74738fb commit dccceb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/sage/parallel/decorate.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def _sage_argspec_(self):
232232
"""
233233
Returns the argument specification for this object, which is
234234
just the argument specification for the underlying function.
235-
See :module:`sage.misc.sageinspect` for more information on
235+
See :mod:`sage.misc.sageinspect` for more information on
236236
this convention.
237237
238238
EXAMPLES::
@@ -252,7 +252,7 @@ def _sage_src_(self):
252252
"""
253253
Returns the source code for this object, which is just the
254254
source code for the underlying function. See
255-
:module:`sage.misc.sageinspect` for more information on this
255+
:mod:`sage.misc.sageinspect` for more information on this
256256
convention.
257257
258258
EXAMPLES::
@@ -269,10 +269,10 @@ def _sage_src_(self):
269269
return sage_getsource(self.func)
270270

271271
def _instancedoc_(self):
272-
"""
272+
r"""
273273
Returns the docstring for this object, which is just the
274274
docstring for the underlying function. See
275-
:module:`sage.misc.sageinspect` for more information on this
275+
:mod:`sage.misc.sageinspect` for more information on this
276276
convention.
277277
278278
EXAMPLES::

0 commit comments

Comments
 (0)