From: George Yoshida Date: Fri, 28 Apr 2006 16:11:51 +0000 (+0000) Subject: fix markup glitch(backport from rev.45778) X-Git-Tag: v2.4.4c1~242 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9548256353b73c072461374c539d30c705dc3be7;p=thirdparty%2FPython%2Fcpython.git fix markup glitch(backport from rev.45778) --- diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index 5fe07db330f0..f06d569b25f5 100644 --- a/Doc/api/concrete.tex +++ b/Doc/api/concrete.tex @@ -1366,7 +1366,7 @@ The following codec API is special in that maps Unicode to Unicode. The \var{mapping} table must map Unicode ordinal integers to Unicode ordinal integers or None (causing deletion of the character). - Mapping tables need only provide the method{__getitem__()} + Mapping tables need only provide the \method{__getitem__()} interface; dictionaries and sequences work well. Unmapped character ordinals (ones which cause a \exception{LookupError}) are left untouched and are copied as-is.