mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
fix markup glitch
This commit is contained in:
parent
abab1d44bb
commit
9dea97a224
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue