diff options
| author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-11-21 05:32:44 -0800 |
|---|---|---|
| committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-11-21 05:32:44 -0800 |
| commit | 777db2d838f5c6feab9025c35a5b429dfb3248b1 (patch) | |
| tree | fce30d617f4f5d004fe1303af6d4a15f24988aae | |
| parent | 17fc44c9b3040538839f63d344b98ad5a904d520 (diff) | |
| download | cpython-git-777db2d838f5c6feab9025c35a5b429dfb3248b1.tar.gz | |
Fix label in docs (from issue #13538).
| -rw-r--r-- | Doc/reference/datamodel.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 8bbbc99e0c..4bad2d536e 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -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 |
