From d16b2a121e8175b696f6cfb220428ceae7d9ee8d Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 13 Jan 2010 19:25:46 +0000 Subject: [PATCH] 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. ........ --- Doc/library/importlib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 02eddcaafaa..cf13ba30330 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