[Python-checkins] cpython (2.7): #16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka.

ezio.melotti python-checkins at python.org
Fri Dec 14 19:20:25 CET 2012


http://hg.python.org/cpython/rev/e451901e6243
changeset:   80850:e451901e6243
branch:      2.7
parent:      80846:e9d59cca31fc
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Fri Dec 14 20:18:46 2012 +0200
summary:
  #16683: restore alphabetical order in audioop docs.  Patch by Serhiy Storchaka.

files:
  Doc/library/audioop.rst |  20 ++++++++++----------
  1 files changed, 10 insertions(+), 10 deletions(-)


diff --git a/Doc/library/audioop.rst b/Doc/library/audioop.rst
--- a/Doc/library/audioop.rst
+++ b/Doc/library/audioop.rst
@@ -162,22 +162,22 @@
    hardware, among others.
 
 
+.. function:: max(fragment, width)
+
+   Return the maximum of the *absolute value* of all samples in a fragment.
+
+
+.. function:: maxpp(fragment, width)
+
+   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:: max(fragment, width)
-
-   Return the maximum of the *absolute value* of all samples in a fragment.
-
-
-.. function:: maxpp(fragment, width)
-
-   Return the maximum peak-peak value in the sound fragment.
-
-
 .. function:: mul(fragment, width, factor)
 
    Return a fragment that has all samples in the original fragment multiplied by

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list