diff options
Diffstat (limited to 'Lib/aifc.py')
-rw-r--r-- | Lib/aifc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/aifc.py b/Lib/aifc.py index ea4f600..0c62f8d 100644 --- a/Lib/aifc.py +++ b/Lib/aifc.py @@ -102,7 +102,7 @@ # setcomptype(type, name) # -- set the compression type and the # human-readable compression type -# setparams(nchannels, sampwidth, framerate, nframes, comptype, compname) +# setparams(tuple) # -- set all parameters at once # setmark(id, pos, name) # -- add specified mark to the list of marks |