[Python-checkins] peps: Typo.

eric.smith python-checkins at python.org
Thu May 17 15:32:09 CEST 2012


http://hg.python.org/peps/rev/2ed614d32a5e
changeset:   4402:2ed614d32a5e
user:        Eric V. Smith <eric at trueblade.com>
date:        Thu May 17 09:31:53 2012 -0400
summary:
  Typo.

files:
  pep-0420.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0420.txt b/pep-0420.txt
--- a/pep-0420.txt
+++ b/pep-0420.txt
@@ -361,7 +361,7 @@
 this in its value.  The only exception was that PEP 302 reserved missing
 ``__file__`` attributes to built-in modules, and in CPython, this assumption
 was baked into the module object's implementation.  Because of this
-restriction, some module contained contrived ``__file__`` values that did not
+restriction, some modules contained contrived ``__file__`` values that did not
 reflect file system paths, and which could cause unexpected problems later
 (e.g. ``os.path.join()`` on a non-path ``__file__`` would return gibberish).
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list