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

index d3c974a0faf604da7027e6033b9faa9c3bc6c6c1..57ff773c4dea0d5825943026643e0f476dc65be6 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