diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-06-09 10:22:35 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-06-09 10:22:35 (GMT) |
commit | 7dbb1ff77dd1dc4d0dbaac97d762b7b60355ebea (patch) | |
tree | 7ba45e90f30aab26c77d67bcd379a4bb19192749 /Doc | |
parent | c9778a8951110e9781f51a10882397b1647a609e (diff) | |
download | cpython-7dbb1ff77dd1dc4d0dbaac97d762b7b60355ebea.zip cpython-7dbb1ff77dd1dc4d0dbaac97d762b7b60355ebea.tar.gz cpython-7dbb1ff77dd1dc4d0dbaac97d762b7b60355ebea.tar.bz2 |
Markup fix
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/whatsnew25.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index b3704e1..eedcaa3 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -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 |