diff --git a/libraries/base/common/python/try_round.py b/libraries/base/common/python/try_round.py
index 9748ae0250d0198d6f704a80f66bafe1db76496a..7de2e47c1fd87eee6e4b59f31ea7ccb8345c5ed6 100755
--- a/libraries/base/common/python/try_round.py
+++ b/libraries/base/common/python/try_round.py
@@ -35,10 +35,10 @@ import matplotlib
 matplotlib.use('tkagg')  # to make X11 forwarding work
 import matplotlib.pylab as plt
 
-"""Try histogram
+"""Try rounding
 
 Usage:
-> python try_histogram.py -h
+> python try_round.py -h
 
 """
 
@@ -50,7 +50,7 @@ import common as cm
 figNr = 1
 
 # Parse arguments to derive user parameters
-_parser = argparse.ArgumentParser('try_histogram')
+_parser = argparse.ArgumentParser('try_round')
 _parser.add_argument('-N', default=1024, type=int, help='Number of points of FFT')
 _parser.add_argument('-w', default=8, type=int, help='Total number of bits')
 _parser.add_argument('-f', default=0, type=int, help='Number of bits of fraction that gets rounded')