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/libmacic.tex | |
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/libmacic.tex')
-rw-r--r-- | Doc/mac/libmacic.tex | 2 |
1 files changed, 1 insertions, 1 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 |