From fb5f04d77f5b0d09c38081f269a467be6f431a7d Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Thu, 7 Apr 2005 04:38:04 +0000 Subject: [PATCH] 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 d3c974a0fa..57ff773c4d 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 -- 2.40.0