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

Skip to content

Commit af722bf

Browse files
Issues #18901, #18919: Fix a typo in the _sunau_params name.
1 parent b1dd557 commit af722bf

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
@@ -386,7 +386,7 @@ def setparams(self, params):
386386
self.setcomptype(comptype, compname)
387387

388388
def getparams(self):
389-
return _sunau_getparams(self.getnchannels(), self.getsampwidth(),
389+
return _sunau_params(self.getnchannels(), self.getsampwidth(),
390390
self.getframerate(), self.getnframes(),
391391
self.getcomptype(), self.getcompname())
392392

0 commit comments

Comments
 (0)