]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typo in collections.abc docs example (#113310)
authorDavid Greaves <david@dgreaves.com>
Wed, 20 Dec 2023 09:51:16 +0000 (09:51 +0000)
committerGitHub <noreply@github.com>
Wed, 20 Dec 2023 09:51:16 +0000 (09:51 +0000)
commit22b8945d7678be86f801ca54f004a5dba2006835
treee3138ed9b0a86db36b2c591c688f205733dada3f
parent4afa7be32da32fac2a2bcde4b881db174e81240c
Fix typo in collections.abc docs example (#113310)

Calling the instance reference arg for the __next__ method, "next", seems misleading as it would normally just be "self"
Doc/library/collections.abc.rst