[Python-checkins] r53217 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Wed Jan 3 01:54:07 CET 2007


Author: brett.cannon
Date: Wed Jan  3 01:54:06 2007
New Revision: 53217

Modified:
   peps/trunk/pep-3108.txt
Log:
Fix links to PEP 4 and 8 (thanks Bill Janssen).


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Wed Jan  3 01:54:06 2007
@@ -605,10 +605,10 @@
 ==========
 
 .. [#pep-0004] PEP 4: Deprecation of Standard Modules
-    (http://www.python.org/dev/pep-0004/)
+    (http://www.python.org/dev/peps/pep-0004/)
 
 .. [#pep-0008] PEP 8: Style Guide for Python Code
-    (http://www.python.org/dev/pep-0008/)
+    (http://www.python.org/dev/peps/pep-0008/)
 
 .. [#pep-0360] PEP 360: Externally Maintained Packages
     (http://www.python.org/peps/pep-0360/)


More information about the Python-checkins mailing list