]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
SF bug #1178255: 256 should read 255 in operator module docs
authorRaymond Hettinger <python@rcn.com>
Thu, 7 Apr 2005 04:39:35 +0000 (04:39 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 7 Apr 2005 04:39:35 +0000 (04:39 +0000)
Doc/lib/liboperator.tex

index 52c0e932a162ba6c9b9f94a8765930c6a8476f93..ec396eee41d30dd1e2d8b12e6137e1bac604f78d 100644 (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