summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-07-18 22:36:55 +0000
committerGeorg Brandl <georg@python.org>2007-07-18 22:36:55 +0000
commit44cb859cb7c95199aa5a87c8aae691bb996d8ede (patch)
tree6b182c98875841944613c420f7631d105aa1a70e
parent6ecd4a0535580bc12b062a39ab8288b18e87daad (diff)
downloadcpython-git-44cb859cb7c95199aa5a87c8aae691bb996d8ede.tar.gz
Add description for wave.setcomptype() values
(backport from rev. 56451)
-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 c0f300bc60..936bbed6dd 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}