diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-03 07:16:46 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-03 07:16:46 (GMT) |
commit | 61885924b164264255207b14cdcc847c9712e358 (patch) | |
tree | f7ae55ad44df16d1eacbed2c70f8905eec036ede /Doc/mac/libmacic.tex | |
parent | 6251c169c6ed9ad596a22d5a2aa1351c1376ca4b (diff) | |
download | cpython-61885924b164264255207b14cdcc847c9712e358.zip cpython-61885924b164264255207b14cdcc847c9712e358.tar.gz cpython-61885924b164264255207b14cdcc847c9712e358.tar.bz2 |
Lots of markup consistency nits.
Logical markup.
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 cc09cf0..734ac11 100644 --- a/Doc/mac/libmacic.tex +++ b/Doc/mac/libmacic.tex @@ -55,7 +55,7 @@ you simply get \code{\var{ic}['MailAddress']}. Assignment also works, and changes the option in the configuration file. The module knows about various datatypes, and converts the internal IC -representation to a ``logical'' python datastructure. Running the +representation to a ``logical'' Python datastructure. Running the \module{ic} module standalone will run a test program that lists all keys and values in your IC database, this will have to server as documentation. |