summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcodecs.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-06-18 01:58:31 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-06-18 01:58:31 (GMT)
commitb5155e30ce20f07cf3a76588070f7f9b033cf07a (patch)
treea58e0060f20d4637118530c7fee676058ff45f0b /Doc/lib/libcodecs.tex
parent96a8233b649d0eb9edef25ac4511720964742764 (diff)
downloadcpython-b5155e30ce20f07cf3a76588070f7f9b033cf07a.zip
cpython-b5155e30ce20f07cf3a76588070f7f9b033cf07a.tar.gz
cpython-b5155e30ce20f07cf3a76588070f7f9b033cf07a.tar.bz2
Fix typo.
Diffstat (limited to 'Doc/lib/libcodecs.tex')
-rw-r--r--Doc/lib/libcodecs.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcodecs.tex b/Doc/lib/libcodecs.tex
index ef4d115..564abbd 100644
--- a/Doc/lib/libcodecs.tex
+++ b/Doc/lib/libcodecs.tex
@@ -940,7 +940,7 @@ currently assumes query strings, so \code{AllowUnassigned} is
true.
\end{funcdesc}
-\begin{funcdesc}{ToASCCII}{label}
+\begin{funcdesc}{ToASCII}{label}
Convert a label to \ASCII, as specified in \rfc{3490}.
\code{UseSTD3ASCIIRules} is assumed to be false.
\end{funcdesc}