From 777db2d838f5c6feab9025c35a5b429dfb3248b1 Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Wed, 21 Nov 2012 05:32:44 -0800 Subject: [PATCH] Fix label in docs (from issue #13538). --- 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 8bbbc99e0ca..4bad2d536ea 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