Skip to content

[3.13] Docs: Fix some semantic usages of iterator.__iter__ (GH-130172) #130543

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 26, 2025

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Feb 25, 2025

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

Co-authored-by: Yuki Kobayashi [email protected]


📚 Documentation preview 📚: https://cpython-previews--130543.org.readthedocs.build/

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

Co-authored-by: Yuki Kobayashi <[email protected]>
@bedevere-app bedevere-app bot added skip issue skip news docs Documentation in the Doc dir labels Feb 25, 2025
@encukou encukou merged commit 75358a8 into python:3.13 Feb 26, 2025
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip issue skip news
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants