]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-107662: Switch 'any' and 'anext' in functions.rst (GH-107663) (#107665)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 5 Aug 2023 17:25:21 +0000 (10:25 -0700)
committerGitHub <noreply@github.com>
Sat, 5 Aug 2023 17:25:21 +0000 (18:25 +0100)
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>
Doc/library/functions.rst

index e00d079ce438752e540fb40f61a2bd73e76fb4bd..2468e53cd596a1ca8f269f3fb550a0695d76b4f1 100644 (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`      |