From: Raymond Hettinger Date: Thu, 7 Apr 2005 04:39:35 +0000 (+0000) Subject: SF bug #1178255: 256 should read 255 in operator module docs X-Git-Tag: v2.4.2c1~243 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6845406ab883299d4dc0c9e64d2c12ba4454d543;p=thirdparty%2FPython%2Fcpython.git SF bug #1178255: 256 should read 255 in operator module docs --- diff --git a/Doc/lib/liboperator.tex b/Doc/lib/liboperator.tex index 52c0e932a162..ec396eee41d3 100644 --- a/Doc/lib/liboperator.tex +++ b/Doc/lib/liboperator.tex @@ -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