Change case to match the rest of the PEP.

This commit is contained in:
Eric V. Smith 2012-05-15 14:08:43 -04:00
parent 508f8000f1
commit 27c2038348
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ But this will not::
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.