This commit is contained in:
Mark Pilgrim
2009-07-17 08:58:16 -04:00
parent d5c9bacc60
commit f4eba3c25e
+1 -1
View File
@@ -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>