summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-06-09 10:22:35 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-06-09 10:22:35 (GMT)
commit7dbb1ff77dd1dc4d0dbaac97d762b7b60355ebea (patch)
tree7ba45e90f30aab26c77d67bcd379a4bb19192749 /Doc
parentc9778a8951110e9781f51a10882397b1647a609e (diff)
downloadcpython-7dbb1ff77dd1dc4d0dbaac97d762b7b60355ebea.zip
cpython-7dbb1ff77dd1dc4d0dbaac97d762b7b60355ebea.tar.gz
cpython-7dbb1ff77dd1dc4d0dbaac97d762b7b60355ebea.tar.bz2
Markup fix
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/whatsnew25.tex2
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