summaryrefslogtreecommitdiffstats
path: root/Doc/library/audioop.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-07-26 15:02:41 (GMT)
committerGeorg Brandl <georg@python.org>2009-07-26 15:02:41 (GMT)
commit502d9a5c2cf7c0837911890e7dcccd7aada10adf (patch)
tree5e712865fce6c8490a87873b2b4694bc965d2233 /Doc/library/audioop.rst
parent22b3431426349a424e3486c279db8b84cf671da0 (diff)
downloadcpython-502d9a5c2cf7c0837911890e7dcccd7aada10adf.zip
cpython-502d9a5c2cf7c0837911890e7dcccd7aada10adf.tar.gz
cpython-502d9a5c2cf7c0837911890e7dcccd7aada10adf.tar.bz2
Merged revisions 74207 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r74207 | georg.brandl | 2009-07-26 16:19:57 +0200 (So, 26 Jul 2009) | 1 line #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.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/audioop.rst b/Doc/library/audioop.rst
index 4af8536..d50a970 100644
--- a/Doc/library/audioop.rst
+++ b/Doc/library/audioop.rst
@@ -222,7 +222,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::