diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-14 02:14:42 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-14 02:14:42 (GMT) |
commit | 17f690f96b328b810c2df9a8840bdd3171b5ee50 (patch) | |
tree | ad61a9cffe4df39d71d37e01124915c3b46b8902 /Doc/mac | |
parent | 6e5e1d924cb58be4b1922f0087e3528517f161c1 (diff) | |
download | cpython-17f690f96b328b810c2df9a8840bdd3171b5ee50.zip cpython-17f690f96b328b810c2df9a8840bdd3171b5ee50.tar.gz cpython-17f690f96b328b810c2df9a8840bdd3171b5ee50.tar.bz2 |
Minor changes to match the style guide.
Diffstat (limited to 'Doc/mac')
-rw-r--r-- | Doc/mac/libmacic.tex | 2 | ||||
-rw-r--r-- | Doc/mac/libmacos.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/mac/libmacic.tex b/Doc/mac/libmacic.tex index 715b31b..de5daa6 100644 --- a/Doc/mac/libmacic.tex +++ b/Doc/mac/libmacic.tex @@ -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 diff --git a/Doc/mac/libmacos.tex b/Doc/mac/libmacos.tex index d3287f4..60e7f9b 100644 --- a/Doc/mac/libmacos.tex +++ b/Doc/mac/libmacos.tex @@ -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} |