Fixed #10007 -- Corrected (and narrowed) a reference to the Python standard library documentation. Thanks to d00gs for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9863 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2009-02-22 06:09:28 +00:00
parent 7b9fe15a9f
commit af346081e3
1 changed files with 5 additions and 5 deletions

View File

@ -1369,8 +1369,8 @@ Formats the variable according to the argument, a string formatting specifier.
This specifier uses Python string formatting syntax, with the exception that
the leading "%" is dropped.
See http://docs.python.org/lib/typesseq-strings.html for documentation of
Python string formatting
See http://docs.python.org/library/stdtypes.html#string-formatting-operations
for documentation of Python string formatting
For example::