[Python-checkins] r67812 - peps/trunk/pep-3103.txt

raymond.hettinger python-checkins at python.org
Tue Dec 16 10:03:24 CET 2008


Author: raymond.hettinger
Date: Tue Dec 16 10:03:23 2008
New Revision: 67812

Log:
Fix typo

Modified:
   peps/trunk/pep-3103.txt

Modified: peps/trunk/pep-3103.txt
==============================================================================
--- peps/trunk/pep-3103.txt	(original)
+++ peps/trunk/pep-3103.txt	Tue Dec 16 10:03:23 2008
@@ -480,7 +480,7 @@
 as soon as it is evaluated.  Also, sometimes the constants are
 externally defined (e.g. when parsing a file format like JPEG) and we
 can't easily choose appropriate string values.  Using an explicit
-mappping dict sounds like a poor hack.
+mapping dict sounds like a poor hack.
 
 Option 2
 ''''''''


More information about the Python-checkins mailing list