diff options
author | Georg Brandl <georg@python.org> | 2007-07-18 22:36:53 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-07-18 22:36:53 (GMT) |
commit | b68c944c3caab94b0b8c90b9477599310f9b7fb7 (patch) | |
tree | be5b01b26c986e281378156a72e89fc4a9e80347 /Doc | |
parent | db98f3632a800c47442b8a78ab73d92cbd70700b (diff) | |
download | cpython-b68c944c3caab94b0b8c90b9477599310f9b7fb7.zip cpython-b68c944c3caab94b0b8c90b9477599310f9b7fb7.tar.gz cpython-b68c944c3caab94b0b8c90b9477599310f9b7fb7.tar.bz2 |
Add description for wave.setcomptype() values
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libwave.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libwave.tex b/Doc/lib/libwave.tex index c0f300b..936bbed 100644 --- a/Doc/lib/libwave.tex +++ b/Doc/lib/libwave.tex @@ -142,6 +142,8 @@ more frames are written. \begin{methoddesc}[Wave_write]{setcomptype}{type, name} Set the compression type and description. +At the moment, only compression type \samp{NONE} is supported, +meaning no compression. \end{methoddesc} \begin{methoddesc}[Wave_write]{setparams}{tuple} |