From: Serhiy Storchaka Date: Wed, 4 Sep 2013 11:30:16 +0000 (+0300) Subject: Issues #18901, #18919: Fix a typo in the _sunau_params name. X-Git-Tag: v3.4.0a2~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af722bf9cf7094576303d4a7a2fc38200a12d773;p=python Issues #18901, #18919: Fix a typo in the _sunau_params name. --- diff --git a/Lib/sunau.py b/Lib/sunau.py index 7d7cd6c688..010ce2313b 100644 --- a/Lib/sunau.py +++ b/Lib/sunau.py @@ -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())