Skip to content
Snippets Groups Projects
Unverified Commit e1c669b7 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538)


(cherry picked from commit d41ec65a)

Co-authored-by: default avatarZackery Spytz <zspytz@gmail.com>
parent 4498e98a
Branches
Tags
No related merge requests found
......@@ -78,7 +78,7 @@ objects:
Return the number of times *x* appears in the list.
.. method:: list.sort(key=None, reverse=False)
.. method:: list.sort(*, key=None, reverse=False)
:noindex:
Sort the items of the list in place (the arguments can be used for sort
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment