more markup fiddling

This commit is contained in:
Mark Pilgrim
2009-03-12 23:49:30 -04:00
parent ac4b1f80fa
commit 5602bc3384
+1 -1
View File
@@ -1263,7 +1263,7 @@ NameError: global name 'reduce' is not defined</samp></pre>
return 0.01
<del>- total = reduce(operator.add, self._mFreqCounter)</del>
<ins>+ total = 0
<ins>+ total = 0</ins>
<ins>+ for frequency in self._mFreqCounter:</ins>
<ins>+ total += frequency</ins></code></pre>