summaryrefslogtreecommitdiff
path: root/Doc/library/audioop.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-12-14 20:18:46 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2012-12-14 20:18:46 +0200
commite0035a212ba6acbff6b1262dd6930a3a7ec1f204 (patch)
treeefc1f954149cafcc1735ecbebb41134f90dd6e83 /Doc/library/audioop.rst
parente3d7e54b11586e3f13ed1589116d2175eb94b3b2 (diff)
downloadcpython-git-e0035a212ba6acbff6b1262dd6930a3a7ec1f204.tar.gz
#16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka.
Diffstat (limited to 'Doc/library/audioop.rst')
-rw-r--r--Doc/library/audioop.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/library/audioop.rst b/Doc/library/audioop.rst
index 198c11a7d2..51391efd3a 100644
--- a/Doc/library/audioop.rst
+++ b/Doc/library/audioop.rst
@@ -156,12 +156,6 @@ The module defines the following variables and functions:
hardware, among others.
-.. function:: minmax(fragment, width)
-
- Return a tuple consisting of the minimum and maximum values of all samples in
- the sound fragment.
-
-
.. function:: max(fragment, width)
Return the maximum of the *absolute value* of all samples in a fragment.
@@ -172,6 +166,12 @@ The module defines the following variables and functions:
Return the maximum peak-peak value in the sound fragment.
+.. function:: minmax(fragment, width)
+
+ Return a tuple consisting of the minimum and maximum values of all samples in
+ the sound fragment.
+
+
.. function:: mul(fragment, width, factor)
Return a fragment that has all samples in the original fragment multiplied by