From: Brett Cannon Date: Wed, 13 Jan 2010 19:21:00 +0000 (+0000) Subject: Fix the wrong numbering of a PEP. X-Git-Tag: v3.2a1~1846 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8917d5e5983a33ccb830e779740c885a2b043c73;p=python Fix the wrong numbering of a PEP. --- diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 71756e302f..eb2f28af24 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