mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
typo
This commit is contained in:
@@ -560,7 +560,7 @@ for an_iterator in a_sequence_of_iterators:
|
||||
<th>Python 3
|
||||
<tr><th>
|
||||
<td><code class=pp>reduce(a, b, c)</code>
|
||||
<td><pre><code class=pp>from functtools import reduce
|
||||
<td><pre><code class=pp>from functools import reduce
|
||||
reduce(a, b, c)</code></pre>
|
||||
</table>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user