[Python-checkins] peps: Change case to match the rest of the PEP.

eric.smith python-checkins at python.org
Tue May 15 20:08:52 CEST 2012


http://hg.python.org/peps/rev/5e5d04d791af
changeset:   4381:5e5d04d791af
user:        Eric V. Smith <eric at trueblade.com>
date:        Tue May 15 14:08:43 2012 -0400
summary:
  Change case to match the rest of the PEP.

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
@@ -168,7 +168,7 @@
 
     sys.path = sys.path + ['new-dir']
 
-Impact on Import Finders and Loaders
+Impact on import finders and loaders
 ------------------------------------
 
 PEP 302 defines "finders" that are called to search path elements.

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


More information about the Python-checkins mailing list