]> granicus.if.org Git - python/commitdiff
SF bug 799191: fix markup
authorRaymond Hettinger <python@rcn.com>
Sat, 6 Sep 2003 05:47:31 +0000 (05:47 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 6 Sep 2003 05:47:31 +0000 (05:47 +0000)
Doc/lib/libfuncs.tex

index 185723a4d84f832f63c00fc15d74d3102d37d8d6..b70433ecf12de5599df05013f4c7c86500df365b 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}