[Python-checkins] r77479 - python/branches/py3k/Doc/library/importlib.rst

brett.cannon python-checkins at python.org
Wed Jan 13 20:21:00 CET 2010


Author: brett.cannon
Date: Wed Jan 13 20:21:00 2010
New Revision: 77479

Log:
Fix the wrong numbering of a PEP.

Modified:
   python/branches/py3k/Doc/library/importlib.rst

Modified: python/branches/py3k/Doc/library/importlib.rst
==============================================================================
--- python/branches/py3k/Doc/library/importlib.rst	(original)
+++ python/branches/py3k/Doc/library/importlib.rst	Wed Jan 13 20:21:00 2010
@@ -54,7 +54,7 @@
     :pep:`366`
         Main module explicit relative imports
 
-    :pep:`3128`
+    :pep:`3120`
         Using UTF-8 as the Default Source Encoding
 
 


More information about the Python-checkins mailing list