From: Raymond Hettinger Date: Sat, 6 Sep 2003 05:48:07 +0000 (+0000) Subject: SF bug 799191: fix markup X-Git-Tag: v2.3.1~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=444f7d025df285bfa5ff676ff9f0e2aed08ce638;p=thirdparty%2FPython%2Fcpython.git SF bug 799191: fix markup --- diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 9f0da53ed6f8..b1df22219dd4 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -707,7 +707,7 @@ class C: \begin{funcdesc}{ord}{c} Return the \ASCII{} value of a string of one character or a Unicode character. E.g., \code{ord('a')} returns the integer \code{97}, - \code{ord(u'\\u2020')} returns \code{8224}. This is the inverse of + \code{ord(u'\e u2020')} returns \code{8224}. This is the inverse of \function{chr()} for strings and of \function{unichr()} for Unicode characters. \end{funcdesc}