diff options
author | Brett Cannon <bcannon@gmail.com> | 2010-01-13 19:21:00 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2010-01-13 19:21:00 (GMT) |
commit | 8917d5e5983a33ccb830e779740c885a2b043c73 (patch) | |
tree | c6965c3a5b20342b48b129e20308e71b7b81faf8 /Doc | |
parent | cbaa6250b9c58787cd6b2edd41477a3e87d63148 (diff) | |
download | cpython-8917d5e5983a33ccb830e779740c885a2b043c73.zip cpython-8917d5e5983a33ccb830e779740c885a2b043c73.tar.gz cpython-8917d5e5983a33ccb830e779740c885a2b043c73.tar.bz2 |
Fix the wrong numbering of a PEP.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/importlib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 71756e3..eb2f28a 100644 --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst @@ -54,7 +54,7 @@ Details on providing custom importers can be found in :pep:`302`. :pep:`366` Main module explicit relative imports - :pep:`3128` + :pep:`3120` Using UTF-8 as the Default Source Encoding |