summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Yoshida <dynkin@gmail.com>2006-04-28 16:09:45 (GMT)
committerGeorge Yoshida <dynkin@gmail.com>2006-04-28 16:09:45 (GMT)
commit9dea97a2243db9e465b884476a81c71ed4dd9df6 (patch)
tree5fa77137eb1cc8d37962dc32fb47c9e9447eecf4
parentabab1d44bb0d6fc1064176f4b62135c11e43bb24 (diff)
downloadcpython-9dea97a2243db9e465b884476a81c71ed4dd9df6.zip
cpython-9dea97a2243db9e465b884476a81c71ed4dd9df6.tar.gz
cpython-9dea97a2243db9e465b884476a81c71ed4dd9df6.tar.bz2
fix markup glitch
-rw-r--r--Doc/api/concrete.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex
index 1982bae..c3e1fbd 100644
--- a/Doc/api/concrete.tex
+++ b/Doc/api/concrete.tex
@@ -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.