summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2002-09-04 23:52:42 (GMT)
committerRaymond Hettinger <python@rcn.com>2002-09-04 23:52:42 (GMT)
commitd918884bb884c0568b6ac64dba9771c1368f0b5d (patch)
tree47501cebb4014c35ae8c66753f323757d0db4b6a /Doc
parent5c1ee17742f21cd819519c4835eb6a958902cdb0 (diff)
downloadcpython-d918884bb884c0568b6ac64dba9771c1368f0b5d.zip
cpython-d918884bb884c0568b6ac64dba9771c1368f0b5d.tar.gz
cpython-d918884bb884c0568b6ac64dba9771c1368f0b5d.tar.bz2
Fix typo
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libfuncs.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex
index 6e50ac7..4a0efdb 100644
--- a/Doc/lib/libfuncs.tex
+++ b/Doc/lib/libfuncs.tex
@@ -67,7 +67,7 @@ def my_import(name):
user-defined or built-in function or method, or a class object) and
the \var{args} argument must be a sequence. The \var{function} is
called with \var{args} as the argument list; the number of arguments
- is the the length of the tuple.
+ is the length of the tuple.
If the optional \var{keywords} argument is present, it must be a
dictionary whose keys are strings. It specifies keyword arguments
to be added to the end of the the argument list.