commit | b5155e30ce20f07cf3a76588070f7f9b033cf07a | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Jun 18 01:58:31 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Jun 18 01:58:31 2003 +0000 |
tree | a58e0060f20d4637118530c7fee676058ff45f0b | |
parent | 96a8233b649d0eb9edef25ac4511720964742764 [diff] |
Fix typo.
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 @@ 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}