]> granicus.if.org Git - python/commitdiff
fix markup glitch
authorGeorge Yoshida <dynkin@gmail.com>
Fri, 28 Apr 2006 16:09:45 +0000 (16:09 +0000)
committerGeorge Yoshida <dynkin@gmail.com>
Fri, 28 Apr 2006 16:09:45 +0000 (16:09 +0000)
Doc/api/concrete.tex

index 1982bae67fcecbc2e8308d5bb2d51a513a809266..c3e1fbd3044e6ddbc8984dc54ba970fc579cb830 100644 (file)
@@ -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.