]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47007: [doc] `str` special method lookup (GH-31863)
authorVanshaj Singhania <8797467+itsvs@users.noreply.github.com>
Tue, 5 Apr 2022 02:34:28 +0000 (19:34 -0700)
committerGitHub <noreply@github.com>
Tue, 5 Apr 2022 02:34:28 +0000 (19:34 -0700)
commitbb86d1d9fbd1888524e04475383f4ea764277f67
tree6c24bd668d4f97e20d906897b61f02328a403897
parenta74892cb2168d249d9a8c53fad605a5def9b41d4
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>
Doc/library/stdtypes.rst