]> granicus.if.org Git - python/commitdiff
Markup fix
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 9 Jun 2006 10:22:35 +0000 (10:22 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 9 Jun 2006 10:22:35 +0000 (10:22 +0000)
Doc/whatsnew/whatsnew25.tex

index b3704e18bf69232f4e1b785000a0c585afee87cb..eedcaa355f98e492ad89adaad17efb7996423dc6 100644 (file)
@@ -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