We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b6f9f commit d13b9c2Copy full SHA for d13b9c2
src/sage/misc/decorators.py
@@ -49,7 +49,7 @@ def sage_wraps(wrapped, assigned=WRAPPER_ASSIGNMENTS, updated=WRAPPER_UPDATES):
49
implies, that if one uses ``sage_wraps`` in a decorator which intentionally
50
changes the argument specification, one should add this information to
51
the special attribute ``_sage_argspec_`` of the wrapping function (for an
52
- example, see e.g. ``@options`` decorator in this module).
+ example, see e.g. ``@options`` decorator in this module)::
53
54
sage: import cython
55
sage: def square(f):
0 commit comments