Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 721cd28

Browse files
Specified _framesize twice in access statement.
1 parent 91168a8 commit 721cd28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/sunau.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def _write_u32(file, x):
149149
class Au_read:
150150
access _file, _soundpos, _hdr_size, _data_size, _encoding, \
151151
_sampwidth, _framesize, _framerate, _nchannels, \
152-
_framesize, _info: private
152+
_info: private
153153

154154
def __init__(self, f):
155155
if type(f) == type(''):

0 commit comments

Comments
 (0)