You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<div><h4id="pythonhasmanydifferentiteratorobjects">Python has many different iterator objects:</h4><ul>
1096
-
<li><strong>Objects returned by the <ahref="#iterator">iter()</a> function, such as list_iterator and set_iterator.</strong></li>
1096
+
<li><strong>Iterators returned by the <ahref="#iterator">iter()</a> function, such as list_iterator and set_iterator.</strong></li>
1097
1097
<li><strong>Objects returned by the <ahref="#itertools">itertools</a> module, such as count, repeat and cycle.</strong></li>
1098
1098
<li><strong>Generators returned by the <ahref="#generator">generator functions</a> and <ahref="#comprehension">generator expressions</a>.</strong></li>
1099
1099
<li><strong>File objects returned by the <ahref="#open">open()</a> function, etc.</strong></li>
0 commit comments