summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libfunctional.tex
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2005-04-14 20:08:59 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2005-04-14 20:08:59 (GMT)
commit769f8219a4e99c753c753962519f502fbd91fc84 (patch)
tree05fa9e61b8af463580ded8d6ec96c683430a04ca /Doc/lib/libfunctional.tex
parent8ec676e9fa9757f797e0c76247d34ea215cd98f4 (diff)
downloadcpython-769f8219a4e99c753c753962519f502fbd91fc84.zip
cpython-769f8219a4e99c753c753962519f502fbd91fc84.tar.gz
cpython-769f8219a4e99c753c753962519f502fbd91fc84.tar.bz2
SF patch #1180062 by George Yoshida:
Doc/lib/libfunctional.tex: "in an new object" should read "in a new object" Doc/lib/libsubprocess.tex: argument name is wrong; comma is missing.
Diffstat (limited to 'Doc/lib/libfunctional.tex')
-rw-r--r--Doc/lib/libfunctional.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libfunctional.tex b/Doc/lib/libfunctional.tex
index 86b1483..367eeef 100644
--- a/Doc/lib/libfunctional.tex
+++ b/Doc/lib/libfunctional.tex
@@ -38,7 +38,7 @@ they extend and override \var{keywords}. Roughly equivalent to:
The \function{partial} is used for partial function application which
``freezes'' some portion of a function's arguments and/or keywords
-resulting in an new object with a simplified signature. For example,
+resulting in a new object with a simplified signature. For example,
\function{partial} can be used to create a callable that behaves like
the \function{int} function where the \var{base} argument defaults to
two: