Skip to content

Commit 9ebc6ec

Browse files
authored
gh-107662: Switch 'any' and 'anext' in functions.rst (#107663)
Order was reversed in index at top, not in body.
1 parent 41178e4 commit 9ebc6ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/functions.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ are always available. They are listed here in alphabetical order.
1414
| | :func:`abs` | | :func:`enumerate` | | :func:`len` | | |func-range|_ |
1515
| | :func:`aiter` | | :func:`eval` | | |func-list|_ | | :func:`repr` |
1616
| | :func:`all` | | :func:`exec` | | :func:`locals` | | :func:`reversed` |
17-
| | :func:`any` | | | | | | :func:`round` |
18-
| | :func:`anext` | | **F** | | **M** | | |
17+
| | :func:`anext` | | | | | | :func:`round` |
18+
| | :func:`any` | | **F** | | **M** | | |
1919
| | :func:`ascii` | | :func:`filter` | | :func:`map` | | **S** |
2020
| | | | :func:`float` | | :func:`max` | | |func-set|_ |
2121
| | **B** | | :func:`format` | | |func-memoryview|_ | | :func:`setattr` |

0 commit comments

Comments
 (0)