Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e1d0a8

Browse files
committed
Merged revisions 87949 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ........ r87949 | benjamin.peterson | 2011-01-11 22:44:41 -0600 (Tue, 11 Jan 2011) | 1 line fix weirdly ambigious sentence ........
1 parent 7be05b2 commit 6e1d0a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)