diff options
author | Guido van Rossum <guido@python.org> | 1998-04-23 21:40:02 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-04-23 21:40:02 (GMT) |
commit | bb189dbcb0d2b9aca6f1aeb492bdbe2362e3a78b (patch) | |
tree | 23d94b57dc78e852ec24626bd80d6121b6c9e439 /Lib/aifc.py | |
parent | 1740b8d2f7b50d64e4c44a9e0f02a17bde3750ea (diff) | |
download | cpython-bb189dbcb0d2b9aca6f1aeb492bdbe2362e3a78b.zip cpython-bb189dbcb0d2b9aca6f1aeb492bdbe2362e3a78b.tar.gz cpython-bb189dbcb0d2b9aca6f1aeb492bdbe2362e3a78b.tar.bz2 |
Small corrections to comments that were cloned from aifc; moreover
the description of setparams() was wrong.
wave.py: Include the tag of an unknown format in the exception.
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 |