Fix format.

This commit is contained in:
Georg Brandl 2009-10-01 21:59:04 +00:00
parent b9aca5720d
commit 4e73daf912
1 changed files with 2 additions and 2 deletions

View File

@ -794,10 +794,10 @@ Backwards Compatibility
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