mirror of
https://github.com/django/django.git
synced 2025-07-20 09:39:13 +00:00
[1.0.X] Fixed #10007 -- Corrected (and narrowed) a reference to the Python standard library documentation. Thanks to d00gs for the report.
Merge of r9863 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9873 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
49216f50c6
commit
b8797aebf0
@ -1340,8 +1340,8 @@ Formats the variable according to the argument, a string formatting specifier.
|
|||||||
This specifier uses Python string formatting syntax, with the exception that
|
This specifier uses Python string formatting syntax, with the exception that
|
||||||
the leading "%" is dropped.
|
the leading "%" is dropped.
|
||||||
|
|
||||||
See http://docs.python.org/lib/typesseq-strings.html for documentation of
|
See http://docs.python.org/library/stdtypes.html#string-formatting-operations
|
||||||
Python string formatting
|
for documentation of Python string formatting
|
||||||
|
|
||||||
For example::
|
For example::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user