SF bug #1178255: 256 should read 255 in operator module docs

This commit is contained in:
Raymond Hettinger 2005-04-07 04:38:04 +00:00
parent 9ef852c6c2
commit fb5f04d77f

View file

@ -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