This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author petr.viktorin
Recipients docs@python, petr.viktorin, python-dev, rhettinger
Date 2015-08-18.10:17:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439893056.52.0.0412191613658.issue24878@psf.upfronthosting.co.za>
In-reply-to
Content
I see some typos in aifc.py:
+_aifc_params.sampwidth.__doc__ = 'Ample width in bytes'
+_aifc_params.compname.__doc__ = ("""A human-readable version ofcompression type

Should that be "Sample width" and "of compression"?
History
Date User Action Args
2015-08-18 10:17:36petr.viktorinsetrecipients: + petr.viktorin, rhettinger, docs@python, python-dev
2015-08-18 10:17:36petr.viktorinsetmessageid: <1439893056.52.0.0412191613658.issue24878@psf.upfronthosting.co.za>
2015-08-18 10:17:36petr.viktorinlinkissue24878 messages
2015-08-18 10:17:36petr.viktorincreate