Commit df9f565a authored by Georg Brandl's avatar Georg Brandl

Change virtual class name of __iter__ to "object" in order to make it linkable.

parent 398ce44b
......@@ -470,7 +470,7 @@ One method needs to be defined for container objects to provide iteration
support:
.. method:: container.__iter__()
.. method:: object.__iter__()
Return an iterator object. The object is required to support the iterator
protocol described below. If a container supports different types of
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment