From: Andrew M. Kuchling Date: Fri, 9 Jun 2006 10:22:35 +0000 (+0000) Subject: Markup fix X-Git-Tag: v2.5b1~181 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7dbb1ff77dd1dc4d0dbaac97d762b7b60355ebea;p=thirdparty%2FPython%2Fcpython.git Markup fix --- diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index b3704e18bf69..eedcaa355f98 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