# HG changeset patch # User Jeff Hammel # Date 1425228770 28800 # Node ID dcfce20597a646d07f408af058c8202c65f95175 # Parent 7faa0112ef9fee5454c5cc435ce51b67241906ac syntax error diff -r 7faa0112ef9f -r dcfce20597a6 numerics/histogram.py --- a/numerics/histogram.py Sun Mar 01 08:51:45 2015 -0800 +++ b/numerics/histogram.py Sun Mar 01 08:52:50 2015 -0800 @@ -50,7 +50,7 @@ else: if value == vmax: # handle rightmost endpoint - self.data[(vmin, vmax)].append(value + self.data[(vmin, vmax)].append(value) def __iadd__(self, value): self.add(value)