From: Raymond Hettinger Date: Wed, 4 Sep 2002 15:02:53 +0000 (+0000) Subject: Fix typo X-Git-Tag: v2.2.2b1~185 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=501ff27543a8b06f032c27b785bc8e2ad00f70c2;p=thirdparty%2FPython%2Fcpython.git Fix typo --- diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 9a91ea9c4714..fc00dd4197d6 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.