Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8085f74 commit d41ec65Copy full SHA for d41ec65
1 file changed
Doc/tutorial/datastructures.rst
@@ -78,7 +78,7 @@ objects:
78
Return the number of times *x* appears in the list.
79
80
81
-.. method:: list.sort(key=None, reverse=False)
+.. method:: list.sort(*, key=None, reverse=False)
82
:noindex:
83
84
Sort the items of the list in place (the arguments can be used for sort
0 commit comments