]> granicus.if.org Git - python/commitdiff
#16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka.
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 14 Dec 2012 18:18:46 +0000 (20:18 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 14 Dec 2012 18:18:46 +0000 (20:18 +0200)
Doc/library/audioop.rst

index 29c3914e12e03349eeea46a839c87f1b943bcb98..0a8ac56d1c2f2566cdff148dd4c4b629b8d51c4f 100644 (file)
@@ -162,12 +162,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.
@@ -178,6 +172,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