diff options
author | Raymond Hettinger <python@rcn.com> | 2003-08-12 00:01:17 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-08-12 00:01:17 (GMT) |
commit | c7a26562f93b8f6fffd65b506ff2aa65297717e4 (patch) | |
tree | a2d4b1f40f27b1b8b7bad61f92bb5ba6aac942d5 /Doc/mac/libframework.tex | |
parent | f17d65da3a16f2a61805ca4c77f2515ba0a2e0b8 (diff) | |
download | cpython-c7a26562f93b8f6fffd65b506ff2aa65297717e4.zip cpython-c7a26562f93b8f6fffd65b506ff2aa65297717e4.tar.gz cpython-c7a26562f93b8f6fffd65b506ff2aa65297717e4.tar.bz2 |
SF patch#786531 'the the' typo. Contributed by George Yoshida
Diffstat (limited to 'Doc/mac/libframework.tex')
-rw-r--r-- | Doc/mac/libframework.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/mac/libframework.tex b/Doc/mac/libframework.tex index 8723d73..c4d0ef9 100644 --- a/Doc/mac/libframework.tex +++ b/Doc/mac/libframework.tex @@ -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} |