Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17fc44c commit 777db2dCopy full SHA for 777db2d
1 file changed
Doc/reference/datamodel.rst
@@ -1153,7 +1153,7 @@ Basic customization
1153
Called by :func:`str(object) <str>` and the built-in functions
1154
:func:`format` and :func:`print` to compute the "informal" or nicely
1155
printable string representation of an object. The return value must be a
1156
- :ref:`string <textseq>` object.
+ :ref:`string <typesseq>` object.
1157
1158
This method differs from :meth:`object.__repr__` in that there is no
1159
expectation that :meth:`__str__` return a valid Python expression: a more
0 commit comments