mirror of https://github.com/python/cpython
fix weirdly ambigious sentence
This commit is contained in:
parent
e993b10041
commit
1efb8dc871
|
@ -8,8 +8,8 @@ Sorting HOW TO
|
|||
|
||||
|
||||
Python lists have a built-in :meth:`list.sort` method that modifies the list
|
||||
in-place and a :func:`sorted` built-in function that builds a new sorted list
|
||||
from an iterable.
|
||||
in-place. There is also a :func:`sorted` built-in function that builds a new
|
||||
sorted list from an iterable.
|
||||
|
||||
In this document, we explore the various techniques for sorting data using Python.
|
||||
|
||||
|
|
Loading…
Reference in New Issue