Skip to content

Commit d13b9c2

Browse files
committed
Fix docs
1 parent d9b6f9f commit d13b9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/misc/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def sage_wraps(wrapped, assigned=WRAPPER_ASSIGNMENTS, updated=WRAPPER_UPDATES):
4949
implies, that if one uses ``sage_wraps`` in a decorator which intentionally
5050
changes the argument specification, one should add this information to
5151
the special attribute ``_sage_argspec_`` of the wrapping function (for an
52-
example, see e.g. ``@options`` decorator in this module).
52+
example, see e.g. ``@options`` decorator in this module)::
5353
5454
sage: import cython
5555
sage: def square(f):

0 commit comments

Comments
 (0)