From 6845406ab883299d4dc0c9e64d2c12ba4454d543 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Thu, 7 Apr 2005 04:39:35 +0000 Subject: SF bug #1178255: 256 should read 255 in operator module docs --- Doc/lib/liboperator.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/liboperator.tex b/Doc/lib/liboperator.tex index 52c0e93..ec396ee 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 -- cgit v0.12