mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
SF bug 799191: fix markup
This commit is contained in:
parent
1c90a6754c
commit
99812134be
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue