mirror of
https://github.com/python/cpython.git
synced 2026-05-14 16:38:19 -04:00
fix weirdly ambigious sentence
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user