]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Specified _framesize twice in access statement.
authorSjoerd Mullender <sjoerd@acm.org>
Mon, 3 Jan 1994 10:35:11 +0000 (10:35 +0000)
committerSjoerd Mullender <sjoerd@acm.org>
Mon, 3 Jan 1994 10:35:11 +0000 (10:35 +0000)
Lib/sunau.py

index 00c2a28cbbb45740267cd331a770d23ca0b9d532..7ce74b5c267e827f414d5585e3511e0257ffdd79 100644 (file)
@@ -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(''):