Change case to match the rest of the PEP.
This commit is contained in:
parent
508f8000f1
commit
27c2038348
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue