fix markup glitch

This commit is contained in:
George Yoshida 2006-04-28 16:09:45 +00:00
parent abab1d44bb
commit 9dea97a224
1 changed files with 1 additions and 1 deletions

View 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.