summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-08-06 13:14:42 (GMT)
committerGitHub <noreply@github.com>2023-08-06 13:14:42 (GMT)
commit6132f7099d9bb0138542d1e03728194bd066361c (patch)
treee9432938d9181dfc40b223b3df48db2153563f3c
parent4edff44e7de383e107bcb0094e09482e50ac5779 (diff)
downloadcpython-6132f7099d9bb0138542d1e03728194bd066361c.zip
cpython-6132f7099d9bb0138542d1e03728194bd066361c.tar.gz
cpython-6132f7099d9bb0138542d1e03728194bd066361c.tar.bz2
[3.12] gh-107662: Switch 'any' and 'anext' in functions.rst (GH-107663) (#107664)
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>
-rw-r--r--Doc/library/functions.rst4
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` |