]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix markup glitch(backport from rev.45778)
authorGeorge Yoshida <dynkin@gmail.com>
Fri, 28 Apr 2006 16:11:51 +0000 (16:11 +0000)
committerGeorge Yoshida <dynkin@gmail.com>
Fri, 28 Apr 2006 16:11:51 +0000 (16:11 +0000)
Doc/api/concrete.tex

index 5fe07db330f067692f0601752b100507ab8d4ebf..f06d569b25f5bab4cbc80e889e1dd6ab185fd152 100644 (file)
@@ -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.