gh-107662: Switch 'any' and 'anext' in functions.rst (GH-107663)
Order was reversed in index at top, not in body.
(cherry picked from commit
9ebc6ecbc336d7b17cd158d1a4522f832df3e6e2)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
| | :func:`abs` | | :func:`enumerate` | | :func:`len` | | |func-range|_ |
| | :func:`aiter` | | :func:`eval` | | |func-list|_ | | :func:`repr` |
| | :func:`all` | | :func:`exec` | | :func:`locals` | | :func:`reversed` |
-| | :func:`any` | | | | | | :func:`round` |
-| | :func:`anext` | | **F** | | **M** | | |
+| | :func:`anext` | | | | | | :func:`round` |
+| | :func:`any` | | **F** | | **M** | | |
| | :func:`ascii` | | :func:`filter` | | :func:`map` | | **S** |
| | | | :func:`float` | | :func:`max` | | |func-set|_ |
| | **B** | | :func:`format` | | |func-memoryview|_ | | :func:`setattr` |