diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-12 01:49:02 (GMT) |
---|---|---|
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-12 01:49:02 (GMT) |
commit | 8958cd0e8d38c9a65231e1c23bc20b1f90a665d4 (patch) | |
tree | f9040348892250db95a1abca5831f9409bc14578 | |
parent | caf380ac2a11cb13cc5595089c7fe28fc2738bba (diff) | |
parent | af94724e00bb3e76dd0f26fb18b78e60cfcefe60 (diff) | |
download | cpython-8958cd0e8d38c9a65231e1c23bc20b1f90a665d4.zip cpython-8958cd0e8d38c9a65231e1c23bc20b1f90a665d4.tar.gz cpython-8958cd0e8d38c9a65231e1c23bc20b1f90a665d4.tar.bz2 |
Merge from 3.2: Fix link to str.format() in docs.
-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 6b23d3f..57a0d79 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 |