SF patch#786531 'the the' typo. Contributed by George Yoshida

This commit is contained in:
Raymond Hettinger 2003-08-12 00:01:16 +00:00
parent c83124ab79
commit f17d65da3a
11 changed files with 13 additions and 13 deletions

View file

@ -780,7 +780,7 @@ previous versions.
\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}