From: Ezio Melotti Date: Fri, 14 Dec 2012 18:18:46 +0000 (+0200) Subject: #16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka. X-Git-Tag: v3.2.4rc1~269 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0035a212ba6acbff6b1262dd6930a3a7ec1f204;p=thirdparty%2FPython%2Fcpython.git #16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka. --- diff --git a/Doc/library/audioop.rst b/Doc/library/audioop.rst index 198c11a7d2e4..51391efd3af9 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