Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e70772

Browse files
committed
Issue #24878: Fix typos and line wrap
1 parent 163b5c6 commit 4e70772

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Lib/aifc.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

269270
class Aifc_read:

0 commit comments

Comments
 (0)