Fix label in docs (from issue #13538).

This commit is contained in:
Chris Jerdonek 2012-11-21 05:32:44 -08:00
parent 17fc44c9b3
commit 777db2d838
1 changed files with 1 additions and 1 deletions

View 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