diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-12 01:49:52 (GMT) |
---|---|---|
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-12 01:49:52 (GMT) |
commit | 23354f505ea7a25f31ce1f3e72596bf41770631f (patch) | |
tree | d2255a08086f99b3c60f0234e6a3d9c04d98405a /Doc | |
parent | 5856e1c318cecf2383a6df6b509d212fefb55082 (diff) | |
parent | 8958cd0e8d38c9a65231e1c23bc20b1f90a665d4 (diff) | |
download | cpython-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.rst | 2 |
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 |