We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e993b10 commit 1efb8dcCopy full SHA for 1efb8dc
Doc/howto/sorting.rst
@@ -8,8 +8,8 @@ Sorting HOW TO
8
9
10
Python lists have a built-in :meth:`list.sort` method that modifies the list
11
-in-place and a :func:`sorted` built-in function that builds a new sorted list
12
-from an iterable.
+in-place. There is also a :func:`sorted` built-in function that builds a new
+sorted list from an iterable.
13
14
In this document, we explore the various techniques for sorting data using Python.
15
0 commit comments