diff options
author | Fred Drake <fdrake@acm.org> | 1997-08-22 13:51:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-08-22 13:51:31 (GMT) |
commit | 289f97d0ea89f0b4b320503ef762c5977fc66393 (patch) | |
tree | 5084da2c682e2f0645463339b4525cc3c9918df1 /Doc/mac | |
parent | 2999607e5933a43383e4fb589661be601a12e6b3 (diff) | |
download | cpython-289f97d0ea89f0b4b320503ef762c5977fc66393.zip cpython-289f97d0ea89f0b4b320503ef762c5977fc66393.tar.gz cpython-289f97d0ea89f0b4b320503ef762c5977fc66393.tar.bz2 |
Changed description of SchedParams() in the following way:
\bar{Besocial} --> \var{besocial}
^--- note case ----^
The fixed version matches the signature. Changed "\bar{Besocial} gives ..."
to "The \var{besocial} flag gives ..." to keep from starting the sentence
with a lowercase token.
(The \bar{} --> \var{} change was required to keep LaTeX happy.)
Diffstat (limited to 'Doc/mac')
-rw-r--r-- | Doc/mac/libmacos.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/mac/libmacos.tex b/Doc/mac/libmacos.tex index c8f52fe..785a0b7 100644 --- a/Doc/mac/libmacos.tex +++ b/Doc/mac/libmacos.tex @@ -39,8 +39,8 @@ specifies how often (in seconds, floating point) the interpreter should enter the event processing code. When true, \var{doint} causes interrupt (command-dot) checking to be done. \var{Evtmask} tells the interpreter to do event processing for events in the mask (redraws, -mouseclicks to switch to other applications, etc). \bar{Besocial} -gives other processes a chance to run. They are granted minimal +mouseclicks to switch to other applications, etc). The \var{besocial} +flag gives other processes a chance to run. They are granted minimal runtime when Python is in the foreground and \var{bgyield} seconds per \var{interval} when Python runs in the background. |