[Python-checkins] r45779 - python/branches/release24-maint/Doc/api/concrete.tex

george.yoshida python-checkins at python.org
Fri Apr 28 18:11:51 CEST 2006


Author: george.yoshida
Date: Fri Apr 28 18:11:51 2006
New Revision: 45779

Modified:
   python/branches/release24-maint/Doc/api/concrete.tex
Log:
fix markup glitch(backport from rev.45778)


Modified: python/branches/release24-maint/Doc/api/concrete.tex
==============================================================================
--- python/branches/release24-maint/Doc/api/concrete.tex	(original)
+++ python/branches/release24-maint/Doc/api/concrete.tex	Fri Apr 28 18:11:51 2006
@@ -1366,7 +1366,7 @@
   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.


More information about the Python-checkins mailing list