]> granicus.if.org Git - python/commitdiff
Add description for wave.setcomptype() values
authorGeorg Brandl <georg@python.org>
Wed, 18 Jul 2007 22:36:55 +0000 (22:36 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 18 Jul 2007 22:36:55 +0000 (22:36 +0000)
 (backport from rev. 56451)

Doc/lib/libwave.tex

index c0f300bc60f147395f11e9b205653cc2f147928d..936bbed6dd2a13d9fcc2f9a0e9eb88b62d6828b7 100644 (file)
@@ -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}