summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-10-12 01:49:52 (GMT)
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-10-12 01:49:52 (GMT)
commit23354f505ea7a25f31ce1f3e72596bf41770631f (patch)
treed2255a08086f99b3c60f0234e6a3d9c04d98405a /Doc
parent5856e1c318cecf2383a6df6b509d212fefb55082 (diff)
parent8958cd0e8d38c9a65231e1c23bc20b1f90a665d4 (diff)
downloadcpython-23354f505ea7a25f31ce1f3e72596bf41770631f.zip
cpython-23354f505ea7a25f31ce1f3e72596bf41770631f.tar.gz
cpython-23354f505ea7a25f31ce1f3e72596bf41770631f.tar.bz2
Merge from 3.3: Fix link to str.format() in docs.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/reference/datamodel.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
index 66dc180..aebdf40 100644
--- a/Doc/reference/datamodel.rst
+++ b/Doc/reference/datamodel.rst
@@ -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