This commit is contained in:
Raymond Hettinger 2008-12-16 09:03:23 +00:00
parent 9f16d1c9d5
commit 4d91eb4e49
1 changed files with 1 additions and 1 deletions

View File

@ -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
''''''''