From 9dea97a2243db9e465b884476a81c71ed4dd9df6 Mon Sep 17 00:00:00 2001 From: George Yoshida Date: Fri, 28 Apr 2006 16:09:45 +0000 Subject: fix markup glitch --- Doc/api/concrete.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v0.12