]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Docs: Fix some semantic usages of `iterator.__iter__` (GH-130172)
authorYuki Kobayashi <drsuaimqjgar@gmail.com>
Tue, 25 Feb 2025 12:38:47 +0000 (21:38 +0900)
committerGitHub <noreply@github.com>
Tue, 25 Feb 2025 12:38:47 +0000 (13:38 +0100)
commit4d3a7ea354a8ca7a9978f48e54399526d1b83f42
tree5506a4d290f8994dc6518a9e3222ad9232f2c268
parent85f1cc8d60b06d5b2af3e4da8e4f98171420dd91
Docs: Fix some semantic usages of `iterator.__iter__` (GH-130172)

These references to an `__iter__` method mean `object.__iter__`, not `iterator.__iter__`.
Doc/glossary.rst
Doc/library/abc.rst
Doc/library/stdtypes.rst