gh-107662: Switch 'any' and 'anext' in functions.rst (#107663)

Order was reversed in index at top, not in body.
This commit is contained in:
Terry Jan Reedy 2023-08-05 10:38:20 -04:00 committed by GitHub
parent 41178e4199
commit 9ebc6ecbc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,8 +14,8 @@ are always available. They are listed here in alphabetical order.
| | :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` |