[Python-checkins] r45778 - python/trunk/Doc/api/concrete.tex

george.yoshida python-checkins at python.org
Fri Apr 28 18:09:47 CEST 2006


Author: george.yoshida
Date: Fri Apr 28 18:09:45 2006
New Revision: 45778

Modified:
   python/trunk/Doc/api/concrete.tex
Log:
fix markup glitch


Modified: python/trunk/Doc/api/concrete.tex
==============================================================================
--- python/trunk/Doc/api/concrete.tex	(original)
+++ python/trunk/Doc/api/concrete.tex	Fri Apr 28 18:09:45 2006
@@ -1393,7 +1393,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