mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Markup fix
This commit is contained in:
parent
c9778a8951
commit
7dbb1ff77d
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ class Application:
|
||||||
|
|
||||||
|
|
||||||
Another function in the \module{functools} module is the
|
Another function in the \module{functools} module is the
|
||||||
\function{update_wrapper(\var{wrapper, \var{wrapped})} function that
|
\function{update_wrapper(\var{wrapper}, \var{wrapped})} function that
|
||||||
helps you write well-behaved decorators. \function{update_wrapper()}
|
helps you write well-behaved decorators. \function{update_wrapper()}
|
||||||
copies the name, module, and docstring attribute to a wrapper function
|
copies the name, module, and docstring attribute to a wrapper function
|
||||||
so that tracebacks inside the wrapped function are easier to
|
so that tracebacks inside the wrapped function are easier to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue