summaryrefslogtreecommitdiffstats
path: root/Doc/mac/libmacic.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-14 04:45:22 (GMT)
committerFred Drake <fdrake@acm.org>2000-10-14 04:45:22 (GMT)
commiteecdc7f47e430ddfe09af3597b06f9b03831696e (patch)
tree4ae0dc929782c900a9708ede4ded20a00ac57c18 /Doc/mac/libmacic.tex
parent8f176accde0f4e7f755c9ee918156b1a08781584 (diff)
downloadcpython-eecdc7f47e430ddfe09af3597b06f9b03831696e.zip
cpython-eecdc7f47e430ddfe09af3597b06f9b03831696e.tar.gz
cpython-eecdc7f47e430ddfe09af3597b06f9b03831696e.tar.bz2
A bunch of nits fix and some additional information added by Chris
Barker <cbarker@jps.net>.
Diffstat (limited to 'Doc/mac/libmacic.tex')
-rw-r--r--Doc/mac/libmacic.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/mac/libmacic.tex b/Doc/mac/libmacic.tex
index 0d54626..715b31b 100644
--- a/Doc/mac/libmacic.tex
+++ b/Doc/mac/libmacic.tex
@@ -12,7 +12,7 @@ which stores preferences for Internet programs such as mail address,
default homepage, etc. Also, Internet Config contains an elaborate set
of mappings from Macintosh creator/type codes to foreign filename
extensions plus information on how to transfer files (binary, ascii,
-etc).
+etc.). Since MacOS 9, this module is a control panel named Internet.
There is a low-level companion module
\module{icglue}\refbimodindex{icglue} which provides the basic
@@ -61,7 +61,7 @@ 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 data structure. 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
+keys and values in your IC database, this will have to serve as
documentation.
If the module does not know how to represent the data it returns an
@@ -84,7 +84,7 @@ scheme. If \var{hint} is not provided, incomplete URLs are invalid.
Find an URL somewhere in \var{data} and return start position, end
position and the URL. The optional \var{start} and \var{end} can be
used to limit the search, so for instance if a user clicks in a long
-textfield you can pass the whole textfield and the click-position in
+text field you can pass the whole text field and the click-position in
\var{start} and this routine will return the whole URL in which the
user clicked. As above, \var{hint} is an optional scheme used to
complete incomplete URLs.