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 df6c8bc commit cc5eb93Copy full SHA for cc5eb93
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