Kaydet (Commit) 777db2d8 authored tarafından Chris Jerdonek's avatar Chris Jerdonek

Fix label in docs (from issue #13538).

üst 17fc44c9
...@@ -1153,7 +1153,7 @@ Basic customization ...@@ -1153,7 +1153,7 @@ Basic customization
Called by :func:`str(object) <str>` and the built-in functions Called by :func:`str(object) <str>` and the built-in functions
:func:`format` and :func:`print` to compute the "informal" or nicely :func:`format` and :func:`print` to compute the "informal" or nicely
printable string representation of an object. The return value must be a 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 This method differs from :meth:`object.__repr__` in that there is no
expectation that :meth:`__str__` return a valid Python expression: a more expectation that :meth:`__str__` return a valid Python expression: a more
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment