File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -258,12 +258,13 @@ def _write_float(f, x):
258258 'nchannels sampwidth framerate nframes comptype compname' )
259259
260260_aifc_params .nchannels .__doc__ = 'Number of audio channels (1 for mono, 2 for stereo)'
261- _aifc_params .sampwidth .__doc__ = 'Ample width in bytes'
261+ _aifc_params .sampwidth .__doc__ = 'Sample width in bytes'
262262_aifc_params .framerate .__doc__ = 'Sampling frequency'
263263_aifc_params .nframes .__doc__ = 'Number of audio frames'
264264_aifc_params .comptype .__doc__ = 'Compression type ("NONE" for AIFF files)'
265- _aifc_params .compname .__doc__ = ("""A human-readable version ofcompression type
266- ('not compressed' for AIFF files)'""" )
265+ _aifc_params .compname .__doc__ = ("""\
266+ A human-readable version of the compression type
267+ ('not compressed' for AIFF files)""" )
267268
268269
269270class Aifc_read :
You can’t perform that action at this time.
0 commit comments