Commit f18cb400 authored by George Yoshida's avatar George Yoshida

fix markup glitch

parent bde9940e
...@@ -1393,7 +1393,7 @@ The following codec API is special in that maps Unicode to Unicode. ...@@ -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 The \var{mapping} table must map Unicode ordinal integers to Unicode
ordinal integers or None (causing deletion of the character). 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 interface; dictionaries and sequences work well. Unmapped character
ordinals (ones which cause a \exception{LookupError}) are left ordinals (ones which cause a \exception{LookupError}) are left
untouched and are copied as-is. untouched and are copied as-is.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment