]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo
authorRaymond Hettinger <python@rcn.com>
Wed, 4 Sep 2002 15:02:53 +0000 (15:02 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 4 Sep 2002 15:02:53 +0000 (15:02 +0000)
Doc/lib/libfuncs.tex

index 9a91ea9c471419940ca7b87ff763f80fa96a9a05..fc00dd4197d604092d2980db7684336e96109f9c 100644 (file)
@@ -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.