From: George Yoshida Date: Fri, 28 Apr 2006 16:09:45 +0000 (+0000) Subject: fix markup glitch X-Git-Tag: v2.5b1~778 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9dea97a2243db9e465b884476a81c71ed4dd9df6;p=thirdparty%2FPython%2Fcpython.git fix markup glitch --- diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index 1982bae67fce..c3e1fbd3044e 100644 --- a/Doc/api/concrete.tex +++ b/Doc/api/concrete.tex @@ -1393,7 +1393,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.