diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-03 07:16:46 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-03 07:16:46 (GMT) |
commit | 61885924b164264255207b14cdcc847c9712e358 (patch) | |
tree | f7ae55ad44df16d1eacbed2c70f8905eec036ede /Doc/mac/libframework.tex | |
parent | 6251c169c6ed9ad596a22d5a2aa1351c1376ca4b (diff) | |
download | cpython-61885924b164264255207b14cdcc847c9712e358.zip cpython-61885924b164264255207b14cdcc847c9712e358.tar.gz cpython-61885924b164264255207b14cdcc847c9712e358.tar.bz2 |
Lots of markup consistency nits.
Logical markup.
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 6b8c5fa..85e3156 100644 --- a/Doc/mac/libframework.tex +++ b/Doc/mac/libframework.tex @@ -123,7 +123,7 @@ window, for instance). This is needed so that update events and such can be passed on to other windows like the Sioux console window. Calling \code{MacOS.HandleEvent} is not allowed within \var{our_dispatch} or its callees, since this may result in an infinite loop if the -code is called through the python inner-loop event handler. +code is called through the Python inner-loop event handler. \end{funcdesc} \begin{funcdesc}{asyncevents}{onoff} |