#16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka.
diff --git a/Doc/library/audioop.rst b/Doc/library/audioop.rst
index 29c3914..0a8ac56 100644
--- a/Doc/library/audioop.rst
+++ b/Doc/library/audioop.rst
@@ -162,12 +162,6 @@
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 @@
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