summaryrefslogtreecommitdiff
path: root/Doc/library/wave.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-01-27 20:38:46 +0000
committerRaymond Hettinger <python@rcn.com>2011-01-27 20:38:46 +0000
commit2f7a5dcbe8c62931cd56c684f01b3739e30d3e5e (patch)
treeb71e16ba4cc65d3dbd1c7eb91763058a0acf1f1d /Doc/library/wave.rst
parent2d6d772fbef518ce87be8ed5b757b43fcde679b3 (diff)
downloadcpython-2f7a5dcbe8c62931cd56c684f01b3739e30d3e5e.tar.gz
More source links
Diffstat (limited to 'Doc/library/wave.rst')
-rw-r--r--Doc/library/wave.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/wave.rst b/Doc/library/wave.rst
index bfb4e02cac..afafb45c55 100644
--- a/Doc/library/wave.rst
+++ b/Doc/library/wave.rst
@@ -6,6 +6,10 @@
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
.. Documentations stolen from comments in file.
+**Source code:** :source:`Lib/wave.py`
+
+--------------
+
The :mod:`wave` module provides a convenient interface to the WAV sound format.
It does not support compression/decompression, but it does support mono/stereo.