mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
[3.11] gh-107662: Switch 'any' and 'anext' in functions.rst (GH-107663) (#107665)
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 9ebc6ecbc3
)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
7e834c4554
commit
b89feac759
1 changed files with 2 additions and 2 deletions
|
@ -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` |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue