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

This commit is contained in:
Raymond Hettinger 2003-08-12 00:01:17 +00:00
parent f17d65da3a
commit c7a26562f9
3 changed files with 3 additions and 3 deletions

View file

@ -174,7 +174,7 @@ application-wide handler if the window is frontmost.
\begin{methoddesc}[Application]{do_dialogevent}{event}
Called early in the event loop to handle modeless dialog events. The
default method simply dispatches the event to the relevant dialog (not
through the the \code{DialogWindow} object involved). Override if you
through the \code{DialogWindow} object involved). Override if you
need special handling of dialog events (keyboard shortcuts, etc).
\end{methoddesc}