Add epilogs to each OptionParser in pysawsim.
[sawsim.git] / pysawsim / histogram.py
index ae8378a80727c156a32381a242fc587bd8865870..34d47a6e353807ec16435f2bfd535e08d134b0f1 100644 (file)
@@ -79,9 +79,6 @@ class Histogram (object):
             <bin_edge><whitespace><count>
             ...
 
-        For example:
-
-
         `<bin_edge>` should mark the left-hand side of the bin, and
         all bins should be of equal width (so we know where the last
         one ends).