[Python-checkins] r46769 - python/trunk/Doc/whatsnew/whatsnew25.tex

andrew.kuchling python-checkins at python.org
Fri Jun 9 12:22:35 CEST 2006


Author: andrew.kuchling
Date: Fri Jun  9 12:22:35 2006
New Revision: 46769

Modified:
   python/trunk/Doc/whatsnew/whatsnew25.tex
Log:
Markup fix

Modified: python/trunk/Doc/whatsnew/whatsnew25.tex
==============================================================================
--- python/trunk/Doc/whatsnew/whatsnew25.tex	(original)
+++ python/trunk/Doc/whatsnew/whatsnew25.tex	Fri Jun  9 12:22:35 2006
@@ -173,7 +173,7 @@
 
 
 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


More information about the Python-checkins mailing list