SF patch#786531 'the the' typo.  Contributed by George Yoshida
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex
index 0a26d6b..1dcf5c3 100644
--- a/Doc/tut/tut.tex
+++ b/Doc/tut/tut.tex
@@ -4485,7 +4485,7 @@
 the \kbd{Tab} key twice suggests completions; it looks at Python
 statement names, the current local variables, and the available module
 names.  For dotted expressions such as \code{string.a}, it will
-evaluate the the expression up to the final \character{.} and then
+evaluate the expression up to the final \character{.} and then
 suggest completions from the attributes of the resulting object.  Note
 that this may execute application-defined code if an object with a
 \method{__getattr__()} method is part of the expression.