]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] Docs: Fix some semantic usages of `iterator.__iter__` (GH-130172) (GH-130543)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 26 Feb 2025 10:02:53 +0000 (11:02 +0100)
committerGitHub <noreply@github.com>
Wed, 26 Feb 2025 10:02:53 +0000 (11:02 +0100)
commit75358a8e950ad5f3752ae37e04dc8fc2c1557b16
tree89b316352625f3431a9c9323279353acd799671a
parent3d64fd88960cb6c8240174c4c6f5c640d190b257
[3.13] Docs: Fix some semantic usages of `iterator.__iter__` (GH-130172) (GH-130543)

These references to an `__iter__` method mean `object.__iter__`, not `iterator.__iter__`.
(cherry picked from commit 4d3a7ea354a8ca7a9978f48e54399526d1b83f42)

Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
Doc/glossary.rst
Doc/library/abc.rst
Doc/library/stdtypes.rst