From 4d91eb4e494c866bc70ee29c08d914c089ea0603 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Tue, 16 Dec 2008 09:03:23 +0000 Subject: [PATCH] Fix typo --- pep-3103.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-3103.txt b/pep-3103.txt index 27a9f54a0..7dcf8ea1d 100644 --- a/pep-3103.txt +++ b/pep-3103.txt @@ -480,7 +480,7 @@ there is a spelling error in a NAME, however, the error will be caught 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 ''''''''