diff options
author | Brett Cannon <bcannon@gmail.com> | 2010-01-13 19:25:46 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2010-01-13 19:25:46 (GMT) |
commit | d16b2a121e8175b696f6cfb220428ceae7d9ee8d (patch) | |
tree | 5af2ee56c5ba2304af4352b3d60ed30776db8dd0 | |
parent | 109d3ab2c85b9dcb442a98df2f17a689bf20955b (diff) | |
download | cpython-d16b2a121e8175b696f6cfb220428ceae7d9ee8d.zip cpython-d16b2a121e8175b696f6cfb220428ceae7d9ee8d.tar.gz cpython-d16b2a121e8175b696f6cfb220428ceae7d9ee8d.tar.bz2 |
Merged revisions 77479 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r77479 | brett.cannon | 2010-01-13 11:21:00 -0800 (Wed, 13 Jan 2010) | 1 line
Fix the wrong numbering of a PEP.
........
-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 02eddca..cf13ba3 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 |