changeset 77:dcfce20597a6

syntax error
author Jeff Hammel <k0scist@gmail.com>
date Sun, 01 Mar 2015 08:52:50 -0800
parents 7faa0112ef9f
children 9b9bfbcdd749
files numerics/histogram.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)