mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
SF bug #1178255: 256 should read 255 in operator module docs
This commit is contained in:
parent
9ef852c6c2
commit
fb5f04d77f
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ useful than it otherwise might be.}
|
|||
|
||||
|
||||
Example: Build a dictionary that maps the ordinals from \code{0} to
|
||||
\code{256} to their character equivalents.
|
||||
\code{255} to their character equivalents.
|
||||
|
||||
\begin{verbatim}
|
||||
>>> import operator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue