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

This commit is contained in:
Serhiy Storchaka 2013-09-04 14:30:16 +03:00
parent b1dd5572d3
commit af722bf9cf
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ class Au_write:
self.setcomptype(comptype, compname)
def getparams(self):
return _sunau_getparams(self.getnchannels(), self.getsampwidth(),
return _sunau_params(self.getnchannels(), self.getsampwidth(),
self.getframerate(), self.getnframes(),
self.getcomptype(), self.getcompname())