From: Chris Jerdonek Date: Wed, 21 Nov 2012 13:32:44 +0000 (-0800) Subject: Fix label in docs (from issue #13538). X-Git-Tag: v3.2.4rc1~323 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=777db2d838f5c6feab9025c35a5b429dfb3248b1;p=thirdparty%2FPython%2Fcpython.git Fix label in docs (from issue #13538). --- diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 8bbbc99e0ca3..4bad2d536ead 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -1153,7 +1153,7 @@ Basic customization Called by :func:`str(object) ` and the built-in functions :func:`format` and :func:`print` to compute the "informal" or nicely printable string representation of an object. The return value must be a - :ref:`string ` object. + :ref:`string ` object. This method differs from :meth:`object.__repr__` in that there is no expectation that :meth:`__str__` return a valid Python expression: a more