]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] Docs: Fix some semantic usages of `iterator.__iter__` (GH-130172) (GH-130544)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 26 Feb 2025 10:03:00 +0000 (11:03 +0100)
committerGitHub <noreply@github.com>
Wed, 26 Feb 2025 10:03:00 +0000 (11:03 +0100)
commit7575abb9d9ed976dfad16abe9cb69865b74a1e6e
tree363e33062442a849b545cc99b312526362011a58
parentf841099dc0e76fb2174ca26442526d2ae87d1f70
[3.12] Docs: Fix some semantic usages of `iterator.__iter__` (GH-130172) (GH-130544)

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