]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix label in docs (from issue #13538).
authorChris Jerdonek <chris.jerdonek@gmail.com>
Wed, 21 Nov 2012 13:32:44 +0000 (05:32 -0800)
committerChris Jerdonek <chris.jerdonek@gmail.com>
Wed, 21 Nov 2012 13:32:44 +0000 (05:32 -0800)
Doc/reference/datamodel.rst

index 8bbbc99e0ca33038e868570ba2cccae43926a826..4bad2d536ead4afc0b914d83e0e23248ad55726f 100644 (file)
@@ -1153,7 +1153,7 @@ Basic customization
    Called by :func:`str(object) <str>` 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 <textseq>` object.
+   :ref:`string <typesseq>` object.
 
    This method differs from :meth:`object.__repr__` in that there is no
    expectation that :meth:`__str__` return a valid Python expression: a more