SF patch#786531 'the the' typo. Contributed by George Yoshida
diff --git a/Doc/lib/libdoctest.tex b/Doc/lib/libdoctest.tex
index 62ff587..a9ef835 100644
--- a/Doc/lib/libdoctest.tex
+++ b/Doc/lib/libdoctest.tex
@@ -199,7 +199,7 @@
In addition, if \code{M.__test__} exists and "is true", it must be a
dict, and each entry maps a (string) name to a function object, class
object, or string. Function and class object docstrings found from
-\code{M.__test__} are searched even if the the tester has been
+\code{M.__test__} are searched even if the tester has been
directed to skip over private names in the rest of the module.
In output, a key \code{K} in \code{M.__test__} appears with name