Merge from 3.2: Fix link to str.format() in docs.

This commit is contained in:
Chris Jerdonek 2012-10-11 18:49:02 -07:00
commit 8958cd0e8d
1 changed files with 1 additions and 1 deletions

View File

@ -1189,7 +1189,7 @@ Basic customization
builtin: print
Called by the :func:`format` built-in function (and by extension, the
:meth:`format` method of class :class:`str`) to produce a "formatted"
:meth:`str.format` method of class :class:`str`) to produce a "formatted"
string representation of an object. The ``format_spec`` argument is
a string that contains a description of the formatting options desired.
The interpretation of the ``format_spec`` argument is up to the type