Skip to content

Commit 1efb8dc

Browse files
committed
fix weirdly ambigious sentence
1 parent e993b10 commit 1efb8dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/howto/sorting.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Sorting HOW TO
88

99

1010
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.
11+
in-place. There is also a :func:`sorted` built-in function that builds a new
12+
sorted list from an iterable.
1313

1414
In this document, we explore the various techniques for sorting data using Python.
1515

0 commit comments

Comments
 (0)