]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
SF bug 799191: fix markup
authorRaymond Hettinger <python@rcn.com>
Sat, 6 Sep 2003 05:48:07 +0000 (05:48 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 6 Sep 2003 05:48:07 +0000 (05:48 +0000)
Doc/lib/libfuncs.tex

index 9f0da53ed6f800850e57ad28fea0936e8a4c5964..b1df22219dd4f719416e8271db523e8116953551 100644 (file)
@@ -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'\u2020')} returns \code{8224}.  This is the inverse of
   \function{chr()} for strings and of \function{unichr()} for Unicode
   characters.
 \end{funcdesc}