Commit 1efb8dc8 authored by Benjamin Peterson's avatar Benjamin Peterson

fix weirdly ambigious sentence

parent e993b100
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment