summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-07-18 22:36:53 (GMT)
committerGeorg Brandl <georg@python.org>2007-07-18 22:36:53 (GMT)
commitb68c944c3caab94b0b8c90b9477599310f9b7fb7 (patch)
treebe5b01b26c986e281378156a72e89fc4a9e80347
parentdb98f3632a800c47442b8a78ab73d92cbd70700b (diff)
downloadcpython-b68c944c3caab94b0b8c90b9477599310f9b7fb7.zip
cpython-b68c944c3caab94b0b8c90b9477599310f9b7fb7.tar.gz
cpython-b68c944c3caab94b0b8c90b9477599310f9b7fb7.tar.bz2
Add description for wave.setcomptype() values
-rw-r--r--Doc/lib/libwave.tex2
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}