diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-23 16:02:30 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-23 16:02:30 (GMT) |
commit | 86bd5e48c3e33b99c12e091721f67f2e59015ada (patch) | |
tree | 68cf19c091ababb923f222c0495e4d80ef8bc3b4 /Doc | |
parent | 7475e04fad8bcfdc08ede9d397a8ffec48d0e91a (diff) | |
download | cpython-86bd5e48c3e33b99c12e091721f67f2e59015ada.zip cpython-86bd5e48c3e33b99c12e091721f67f2e59015ada.tar.gz cpython-86bd5e48c3e33b99c12e091721f67f2e59015ada.tar.bz2 |
Shorten the section title.
Fix a couple of grammatical errors.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libmimetypes.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/lib/libmimetypes.tex b/Doc/lib/libmimetypes.tex index ce45b4b..c85eb6f 100644 --- a/Doc/lib/libmimetypes.tex +++ b/Doc/lib/libmimetypes.tex @@ -3,10 +3,11 @@ % mimetypes module. \section{\module{mimetypes} --- - Mapping of filenames to MIME types} + Map filenames to MIME types} \declaremodule{standard}{mimetypes} \modulesynopsis{Mapping of filename extensions to MIME types.} +\sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org} \indexii{MIME}{content type} @@ -17,7 +18,7 @@ from filename to MIME type and from MIME type to filename extension; encodings are not supported for the later conversion. The functions described below provide the primary interface for this -module. If the module has not been initialized, they will call the +module. If the module has not been initialized, they will call \function{init()}. @@ -76,9 +77,8 @@ initialized. This is set to true by \function{init()}. \begin{datadesc}{knownfiles} List of type map file names commonly installed. These files are -typically names \file{mime.types} and are installed in different -locations by different packages.% -\index{file!mime.types} +typically named \file{mime.types} and are installed in different +locations by different packages.\index{file!mime.types} \end{datadesc} \begin{datadesc}{suffix_map} |