summaryrefslogtreecommitdiffstats
path: root/Lib/stdwin/Soundogram.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/stdwin/Soundogram.py')
-rwxr-xr-xLib/stdwin/Soundogram.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/stdwin/Soundogram.py b/Lib/stdwin/Soundogram.py
index a68d4b3..e3c797e 100755
--- a/Lib/stdwin/Soundogram.py
+++ b/Lib/stdwin/Soundogram.py
@@ -5,7 +5,7 @@ from Histogram import Histogram
class Soundogram(Histogram):
#
- def define(self, (win, chunk)):
+ def define(self, win, chunk):
width, height = corner = win.getwinsize()
bounds = (0, 0), corner
self.chunk = chunk