diff options
author | Georg Brandl <georg@python.org> | 2009-07-26 14:19:57 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-07-26 14:19:57 (GMT) |
commit | 9fa61bb37d68225c827aa7809382ea701c264db5 (patch) | |
tree | 7a086015c9e4ecbb02ad38895cf7dcc4cb7be605 /Doc/library/audioop.rst | |
parent | 74f8fc0b1bccc971a3055b2e364c4a2db5123d50 (diff) | |
download | cpython-9fa61bb37d68225c827aa7809382ea701c264db5.zip cpython-9fa61bb37d68225c827aa7809382ea701c264db5.tar.gz cpython-9fa61bb37d68225c827aa7809382ea701c264db5.tar.bz2 |
#6577: fix (hopefully) all links to builtin instead of module/class-specific objects.
Diffstat (limited to 'Doc/library/audioop.rst')
-rw-r--r-- | Doc/library/audioop.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/audioop.rst b/Doc/library/audioop.rst index 8b7aa9e..b497e1f 100644 --- a/Doc/library/audioop.rst +++ b/Doc/library/audioop.rst @@ -228,7 +228,7 @@ The module defines the following variables and functions: u-LAW encoding always uses 8 bits samples, so *width* refers only to the sample width of the output fragment here. -Note that operations such as :func:`mul` or :func:`max` make no distinction +Note that operations such as :func:`.mul` or :func:`.max` make no distinction between mono and stereo fragments, i.e. all samples are treated equal. If this is a problem the stereo fragment should be split into two mono fragments first and recombined later. Here is an example of how to do that:: |