]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] Fix typo in collections.abc docs example (GH-113310) (#113312)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 20 Dec 2023 09:57:25 +0000 (10:57 +0100)
committerGitHub <noreply@github.com>
Wed, 20 Dec 2023 09:57:25 +0000 (09:57 +0000)
commitf1c27bebb258d8ad8613026ed297d117bb8b2777
tree995b6ebf894822329ea7f6743170f541431c6d2c
parent5e0d9aea9942806e4eb25785769e8a461a6ad5bc
[3.11] Fix typo in collections.abc docs example (GH-113310) (#113312)

Fix typo in collections.abc docs example (GH-113310)

Calling the instance reference arg for the __next__ method, "next", seems misleading as it would normally just be "self"
(cherry picked from commit 22b8945d7678be86f801ca54f004a5dba2006835)

Co-authored-by: David Greaves <david@dgreaves.com>
Doc/library/collections.abc.rst