diff options
author | Raymond Hettinger <python@rcn.com> | 2003-08-12 00:01:16 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-08-12 00:01:16 (GMT) |
commit | f17d65da3a16f2a61805ca4c77f2515ba0a2e0b8 (patch) | |
tree | 6667383056e26f936e5e3951429bf7d757c634e0 /Doc/lib/libfuncs.tex | |
parent | c83124ab793a28c8995ff381d5867604c60bc07f (diff) | |
download | cpython-f17d65da3a16f2a61805ca4c77f2515ba0a2e0b8.zip cpython-f17d65da3a16f2a61805ca4c77f2515ba0a2e0b8.tar.gz cpython-f17d65da3a16f2a61805ca4c77f2515ba0a2e0b8.tar.bz2 |
SF patch#786531 'the the' typo. Contributed by George Yoshida
Diffstat (limited to 'Doc/lib/libfuncs.tex')
-rw-r--r-- | Doc/lib/libfuncs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 2f1ffff..4464de5 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -68,7 +68,7 @@ def my_import(name): 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. + to be added to the end of the argument list. Calling \function{apply()} is different from just calling \code{\var{function}(\var{args})}, since in that case there is always exactly one argument. The use of \function{apply()} is equivalent |