From: Raymond Hettinger Date: Wed, 18 Jun 2003 01:58:31 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.3c1~385 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5155e30ce20f07cf3a76588070f7f9b033cf07a;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Doc/lib/libcodecs.tex b/Doc/lib/libcodecs.tex index ef4d11592b20..564abbde75fa 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}