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.)
This commit is contained in:
Fred Drake 1997-08-22 13:51:31 +00:00
parent 2999607e59
commit 289f97d0ea
2 changed files with 4 additions and 4 deletions

View file

@ -39,8 +39,8 @@ specifies how often (in seconds, floating point) the interpreter
should enter the event processing code. When true, \var{doint} causes should enter the event processing code. When true, \var{doint} causes
interrupt (command-dot) checking to be done. \var{Evtmask} tells the interrupt (command-dot) checking to be done. \var{Evtmask} tells the
interpreter to do event processing for events in the mask (redraws, interpreter to do event processing for events in the mask (redraws,
mouseclicks to switch to other applications, etc). \bar{Besocial} mouseclicks to switch to other applications, etc). The \var{besocial}
gives other processes a chance to run. They are granted minimal flag gives other processes a chance to run. They are granted minimal
runtime when Python is in the foreground and \var{bgyield} seconds per runtime when Python is in the foreground and \var{bgyield} seconds per
\var{interval} when Python runs in the background. \var{interval} when Python runs in the background.

View file

@ -39,8 +39,8 @@ specifies how often (in seconds, floating point) the interpreter
should enter the event processing code. When true, \var{doint} causes should enter the event processing code. When true, \var{doint} causes
interrupt (command-dot) checking to be done. \var{Evtmask} tells the interrupt (command-dot) checking to be done. \var{Evtmask} tells the
interpreter to do event processing for events in the mask (redraws, interpreter to do event processing for events in the mask (redraws,
mouseclicks to switch to other applications, etc). \bar{Besocial} mouseclicks to switch to other applications, etc). The \var{besocial}
gives other processes a chance to run. They are granted minimal flag gives other processes a chance to run. They are granted minimal
runtime when Python is in the foreground and \var{bgyield} seconds per runtime when Python is in the foreground and \var{bgyield} seconds per
\var{interval} when Python runs in the background. \var{interval} when Python runs in the background.