summaryrefslogtreecommitdiffstats
path: root/Lib/sunau.py
diff options
context:
space:
mode:
authorSjoerd Mullender <sjoerd@acm.org>1994-01-03 10:35:11 (GMT)
committerSjoerd Mullender <sjoerd@acm.org>1994-01-03 10:35:11 (GMT)
commit721cd289efc2e2fa9238d743d67ad392aff2d7dc (patch)
tree193ad3710a94b10ba5706310a61d4823918c4fa3 /Lib/sunau.py
parent91168a8c9d42ceed4ed8b4630e638b7fc1abedff (diff)
downloadcpython-721cd289efc2e2fa9238d743d67ad392aff2d7dc.zip
cpython-721cd289efc2e2fa9238d743d67ad392aff2d7dc.tar.gz
cpython-721cd289efc2e2fa9238d743d67ad392aff2d7dc.tar.bz2
Specified _framesize twice in access statement.
Diffstat (limited to 'Lib/sunau.py')
-rw-r--r--Lib/sunau.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/sunau.py b/Lib/sunau.py
index 00c2a28..7ce74b5 100644
--- a/Lib/sunau.py
+++ b/Lib/sunau.py
@@ -149,7 +149,7 @@ def _write_u32(file, x):
class Au_read:
access _file, _soundpos, _hdr_size, _data_size, _encoding, \
_sampwidth, _framesize, _framerate, _nchannels, \
- _framesize, _info: private
+ _info: private
def __init__(self, f):
if type(f) == type(''):