Fix link to str.format() in docs.
authorChris Jerdonek <chris.jerdonek@gmail.com>
Fri, 12 Oct 2012 01:47:54 +0000 (18:47 -0700)
committerChris Jerdonek <chris.jerdonek@gmail.com>
Fri, 12 Oct 2012 01:47:54 +0000 (18:47 -0700)
Doc/reference/datamodel.rst

index 7fad05e3942b6e6a70a7b09230bec4525a8e4209..ea2e0781b8c9e29aaaa84cb05724483e044daa3d 100644 (file)
@@ -1173,7 +1173,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