Skip to content

Commit d395391

Browse files
committed
Iterator
1 parent 09357cd commit d395391

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ <h2 id="namedtuple"><a href="#namedtuple" name="namedtuple">#</a>Named Tuple</h2
273273
(<span class="hljs-string">'x'</span>, <span class="hljs-string">'y'</span>)
274274
</code></pre>
275275
<h2 id="iterator"><a href="#iterator" name="iterator">#</a>Iterator</h2>
276-
<p><strong>In this cheatsheet <code class="python hljs"><span class="hljs-string">'&lt;collection&gt;'</span></code> can also mean an iterator.</strong></p>
277276
<pre><code class="python language-python hljs"><span class="hljs-keyword">from</span> itertools <span class="hljs-keyword">import</span> count, repeat, cycle, chain, islice
278277
</code></pre>
279278
<pre><code class="python language-python hljs">&lt;iter&gt; = iter(&lt;collection&gt;)

0 commit comments

Comments
 (0)