summaryrefslogtreecommitdiff
path: root/examples/plotpeaks.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/plotpeaks.py')
-rw-r--r--examples/plotpeaks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/plotpeaks.py b/examples/plotpeaks.py
index 7c7b59e..ea9ff4c 100644
--- a/examples/plotpeaks.py
+++ b/examples/plotpeaks.py
@@ -4,7 +4,7 @@ import matplotlib.pyplot as plt
usage = 'Usage: python {0} <wav file>'.format(__file__)
if len(sys.argv) != 2:
- print usage
+ print(usage)
sys.exit(1)
audio = simpl.read_wav(sys.argv[1])[0]