This repository was archived by the owner on Jan 30, 2023. It is now read-only.
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ def _sage_argspec_(self):
232
232
"""
233
233
Returns the argument specification for this object, which is
234
234
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
236
236
this convention.
237
237
238
238
EXAMPLES::
@@ -252,7 +252,7 @@ def _sage_src_(self):
252
252
"""
253
253
Returns the source code for this object, which is just the
254
254
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
256
256
convention.
257
257
258
258
EXAMPLES::
@@ -269,10 +269,10 @@ def _sage_src_(self):
269
269
return sage_getsource (self .func )
270
270
271
271
def _instancedoc_ (self ):
272
- """
272
+ r """
273
273
Returns the docstring for this object, which is just the
274
274
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
276
276
convention.
277
277
278
278
EXAMPLES::
You can’t perform that action at this time.
0 commit comments