[Python-checkins] cpython (merge 3.3 -> default): Merge from 3.3: Fix link to str.format() in docs.

chris.jerdonek python-checkins at python.org
Fri Oct 12 03:50:49 CEST 2012


http://hg.python.org/cpython/rev/07eed21a0391
changeset:   79678:07eed21a0391
parent:      79674:880e62fa7770
parent:      79677:765aa8d49da6
user:        Chris Jerdonek <chris.jerdonek at gmail.com>
date:        Thu Oct 11 18:49:52 2012 -0700
summary:
  Merge from 3.3: Fix link to str.format() in docs.

files:
  Doc/reference/datamodel.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
--- a/Doc/reference/datamodel.rst
+++ b/Doc/reference/datamodel.rst
@@ -1189,7 +1189,7 @@
       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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list