From af94724e00bb3e76dd0f26fb18b78e60cfcefe60 Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Thu, 11 Oct 2012 18:47:54 -0700 Subject: Fix link to str.format() in docs. --- Doc/reference/datamodel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 7fad05e..ea2e078 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -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 -- cgit v0.12