mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Minor changes to match the style guide.
This commit is contained in:
parent
6e5e1d924c
commit
17f690f96b
7 changed files with 17 additions and 17 deletions
|
@ -34,7 +34,7 @@ Exception raised on errors in the \module{ic} module.
|
|||
The \module{ic} module defines the following class and function:
|
||||
|
||||
\begin{classdesc}{IC}{\optional{signature\optional{, ic}}}
|
||||
Create an internet config object. The signature is a 4-character creator
|
||||
Create an Internet Config object. The signature is a 4-character creator
|
||||
code of the current application (default \code{'Pyth'}) which may
|
||||
influence some of ICs settings. The optional \var{ic} argument is a
|
||||
low-level \code{icglue.icinstance} created beforehand, this may be
|
||||
|
|
|
@ -51,7 +51,7 @@ runtime when Python is in the foreground and \var{bgyield} seconds per
|
|||
All parameters are optional, and default to the current value. The return
|
||||
value of this function is a tuple with the old values of these options.
|
||||
Initial defaults are that all processing is enabled, checking is done every
|
||||
quarter second and the CPU is given up for a quarter second when in the
|
||||
quarter second and the processor is given up for a quarter second when in the
|
||||
background.
|
||||
\end{funcdesc}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue