From 9548256353b73c072461374c539d30c705dc3be7 Mon Sep 17 00:00:00 2001 From: George Yoshida Date: Fri, 28 Apr 2006 16:11:51 +0000 Subject: [PATCH] fix markup glitch(backport from rev.45778) --- 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 5fe07db330f0..f06d569b25f5 100644 --- a/Doc/api/concrete.tex +++ b/Doc/api/concrete.tex @@ -1366,7 +1366,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. -- 2.47.3