summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libmimetools.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-05-12 03:23:51 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-05-12 03:23:51 (GMT)
commitbf3a75283ceffa3d54ac941dbf83869f0fa23027 (patch)
tree620ec866258a9d45824041c3e79a6a9c85b617e7 /Doc/lib/libmimetools.tex
parent73414a2705723b7d3e7ecc34bcb180a602577e5d (diff)
downloadcpython-bf3a75283ceffa3d54ac941dbf83869f0fa23027.zip
cpython-bf3a75283ceffa3d54ac941dbf83869f0fa23027.tar.gz
cpython-bf3a75283ceffa3d54ac941dbf83869f0fa23027.tar.bz2
Fix minor typos.
Diffstat (limited to 'Doc/lib/libmimetools.tex')
-rw-r--r--Doc/lib/libmimetools.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libmimetools.tex b/Doc/lib/libmimetools.tex
index 1baff49..92679ed 100644
--- a/Doc/lib/libmimetools.tex
+++ b/Doc/lib/libmimetools.tex
@@ -88,7 +88,7 @@ This is a list of strings. For parameters of the form
\begin{methoddesc}{getparam}{name}
Return the \var{value} of the first parameter (as returned by
-\method{getplist()} of the form \samp{\var{name}=\var{value}} for the
+\method{getplist()}) of the form \samp{\var{name}=\var{value}} for the
given \var{name}. If \var{value} is surrounded by quotes of the form
`\code{<}...\code{>}' or `\code{"}...\code{"}', these are removed.
\end{methoddesc}