[Python-checkins] r75182 - peps/trunk/pep-3101.txt

georg.brandl python-checkins at python.org
Thu Oct 1 23:59:05 CEST 2009


Author: georg.brandl
Date: Thu Oct  1 23:59:04 2009
New Revision: 75182

Log:
Fix format.


Modified:
   peps/trunk/pep-3101.txt

Modified: peps/trunk/pep-3101.txt
==============================================================================
--- peps/trunk/pep-3101.txt	(original)
+++ peps/trunk/pep-3101.txt	Thu Oct  1 23:59:04 2009
@@ -794,10 +794,10 @@
 References
 
     [1] Python Library Reference - String formating operations
-    http://docs.python.org/library/stdtypes.html#string-formatting-operations
+        http://docs.python.org/library/stdtypes.html#string-formatting-operations
 
     [2] Python Library References - Template strings
-    http://docs.python.org/library/string.html#string.Template
+        http://docs.python.org/library/string.html#string.Template
 
     [3] [Python-3000] String formating operations in python 3k
         http://mail.python.org/pipermail/python-3000/2006-April/000285.html


More information about the Python-checkins mailing list