Commit af722bf9 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Issues #18901, #18919: Fix a typo in the _sunau_params name.

parent b1dd5572
...@@ -386,7 +386,7 @@ class Au_write: ...@@ -386,7 +386,7 @@ class Au_write:
self.setcomptype(comptype, compname) self.setcomptype(comptype, compname)
def getparams(self): def getparams(self):
return _sunau_getparams(self.getnchannels(), self.getsampwidth(), return _sunau_params(self.getnchannels(), self.getsampwidth(),
self.getframerate(), self.getnframes(), self.getframerate(), self.getnframes(),
self.getcomptype(), self.getcompname()) self.getcomptype(), self.getcompname())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment