mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Change virtual class name of __iter__ to "object" in order to make it linkable.
This commit is contained in:
parent
dc55f35f38
commit
66502c11e9
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ One method needs to be defined for container objects to provide iteration
|
||||||
support:
|
support:
|
||||||
|
|
||||||
|
|
||||||
.. method:: container.__iter__()
|
.. method:: object.__iter__()
|
||||||
|
|
||||||
Return an iterator object. The object is required to support the iterator
|
Return an iterator object. The object is required to support the iterator
|
||||||
protocol described below. If a container supports different types of
|
protocol described below. If a container supports different types of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue