From: Raymond Hettinger Date: Thu, 7 Apr 2005 04:38:04 +0000 (+0000) Subject: SF bug #1178255: 256 should read 255 in operator module docs X-Git-Tag: v2.5a0~1844 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb5f04d77f5b0d09c38081f269a467be6f431a7d;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 d3c974a0faf6..57ff773c4dea 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