diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2023-08-05 14:38:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-05 14:38:20 (GMT) |
commit | 9ebc6ecbc336d7b17cd158d1a4522f832df3e6e2 (patch) | |
tree | c9f7752794cf07bf88eaf54879e91ae2917fa9dc | |
parent | 41178e41995992bbe417f94bce158de93f9e3188 (diff) | |
download | cpython-9ebc6ecbc336d7b17cd158d1a4522f832df3e6e2.zip cpython-9ebc6ecbc336d7b17cd158d1a4522f832df3e6e2.tar.gz cpython-9ebc6ecbc336d7b17cd158d1a4522f832df3e6e2.tar.bz2 |
gh-107662: Switch 'any' and 'anext' in functions.rst (#107663)
Order was reversed in index at top, not in body.
-rw-r--r-- | Doc/library/functions.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 2688f43..b271067 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -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` | |