]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-107662: Switch 'any' and 'anext' in functions.rst (#107663)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 5 Aug 2023 14:38:20 +0000 (10:38 -0400)
committerGitHub <noreply@github.com>
Sat, 5 Aug 2023 14:38:20 +0000 (14:38 +0000)
Order was reversed in index at top, not in body.

Doc/library/functions.rst

index 2688f43f9b4ffc1f8a166231f7b1d9a019e1c6ab..b271067ae639c568fb7e16c7798bf047de9a3667 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`      |