]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47007: [doc] `str` special method lookup (GH-31863)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 5 Apr 2022 02:56:29 +0000 (19:56 -0700)
committerGitHub <noreply@github.com>
Tue, 5 Apr 2022 02:56:29 +0000 (19:56 -0700)
commitf502dadb332f911fa3b6c531bbc5065795cca242
tree8486d9344b89187f24f76cd173785a7d20667c9f
parent3fa800d7a7a405f51e0e8c9b7dac2f2a75c17bb4
bpo-47007: [doc] `str` special method lookup (GH-31863)

Clarify the `str()` docs to point out that `object.__str__()`
follows special method lookup.

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit bb86d1d9fbd1888524e04475383f4ea764277f67)

Co-authored-by: Vanshaj Singhania <8797467+itsvs@users.noreply.github.com>
Doc/library/stdtypes.rst