mirror of
https://github.com/python/cpython.git
synced 2026-05-21 20:03:06 -04:00
Markup fix
This commit is contained in:
@@ -173,7 +173,7 @@ class Application:
|
||||
|
||||
|
||||
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()}
|
||||
copies the name, module, and docstring attribute to a wrapper function
|
||||
so that tracebacks inside the wrapped function are easier to
|
||||
|
||||
Reference in New Issue
Block a user