-
-
Notifications
You must be signed in to change notification settings - Fork 34.1k
Open
Labels
3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixes3.15new features, bugs and security fixesnew features, bugs and security fixesdocsDocumentation in the Doc dirDocumentation in the Doc dir
Description
Standard sequence methods were uniformly documented in #138465, and, before this, we got rid of the confusing syntax pop([i]) in #27398. But it is still used in other sites -- in the tutorial and in the array documentation. See recent discussion https://discuss.python.org/t/a-small-typo-on-5-1-more-on-lists-section/106150/.
We should uniform the syntax of signatures in the tutorial and the array module documentation with the syntax used for standard types. And while we are here, there are also collections in the collections module which should use the same form.
Linked PRs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixes3.15new features, bugs and security fixesnew features, bugs and security fixesdocsDocumentation in the Doc dirDocumentation in the Doc dir
Projects
Status
Todo