SF patch#786531 'the the' typo. Contributed by George Yoshida
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 @@
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