summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-06-09 10:22:35 +0000
committerAndrew M. Kuchling <amk@amk.ca>2006-06-09 10:22:35 +0000
commit7dbb1ff77dd1dc4d0dbaac97d762b7b60355ebea (patch)
tree7ba45e90f30aab26c77d67bcd379a4bb19192749
parentc9778a8951110e9781f51a10882397b1647a609e (diff)
downloadcpython-git-7dbb1ff77dd1dc4d0dbaac97d762b7b60355ebea.tar.gz
Markup fix
-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 b3704e18bf..eedcaa355f 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