summaryrefslogtreecommitdiffstats
path: root/Doc/libmimetools.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1996-12-13 22:04:31 (GMT)
committerFred Drake <fdrake@acm.org>1996-12-13 22:04:31 (GMT)
commit4b3f0312c9358a3a05b75aaab72aeee1ac869101 (patch)
tree6720366f64c003a46b4c0a053c1ccfebcebd00ad /Doc/libmimetools.tex
parent6dc2aae3cd85f9a11f823df9742e6283b1f406f6 (diff)
downloadcpython-4b3f0312c9358a3a05b75aaab72aeee1ac869101.zip
cpython-4b3f0312c9358a3a05b75aaab72aeee1ac869101.tar.gz
cpython-4b3f0312c9358a3a05b75aaab72aeee1ac869101.tar.bz2
(lib<all sorts of stuff>.tex):
Merged in many typo corrections and fixes to support GNU info processing; submitted by Tamito Kajiyama.
Diffstat (limited to 'Doc/libmimetools.tex')
-rw-r--r--Doc/libmimetools.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libmimetools.tex b/Doc/libmimetools.tex
index decb890..ecf50dc 100644
--- a/Doc/libmimetools.tex
+++ b/Doc/libmimetools.tex
@@ -77,7 +77,7 @@ encoding is converted to lower case.
\end{funcdesc}
\begin{funcdesc}{gettype}{}
-Return the message type (of the form \samp{\var{type}/var{subtype}})
+Return the message type (of the form \samp{\var{type}/\var{subtype}})
as specified in the \samp{Content-type} header. If no such header
exists, return \code{"text/plain"}. The type is converted to lower
case.