SF patch#786531 'the the' typo.  Contributed by George Yoshida
diff --git a/Doc/api/init.tex b/Doc/api/init.tex
index f7d797c..c3c7a1a 100644
--- a/Doc/api/init.tex
+++ b/Doc/api/init.tex
@@ -780,7 +780,7 @@
 \end{cfuncdesc}
 
 \begin{cfuncdesc}{void}{PyEval_SetTrace}{Py_tracefunc func, PyObject *obj}
-  Set the the tracing function to \var{func}.  This is similar to
+  Set the tracing function to \var{func}.  This is similar to
   \cfunction{PyEval_SetProfile()}, except the tracing function does
   receive line-number events.
 \end{cfuncdesc}