Commit 043c7ca4 authored by Benjamin Peterson's avatar Benjamin Peterson

Merged revisions 87949 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87949 | benjamin.peterson | 2011-01-11 22:44:41 -0600 (Tue, 11 Jan 2011) | 1 line

  fix weirdly ambigious sentence
........
parent cf7da01c
...@@ -8,8 +8,8 @@ Sorting HOW TO ...@@ -8,8 +8,8 @@ Sorting HOW TO
Python lists have a built-in :meth:`list.sort` method that modifies the list 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 in-place. There is also a :func:`sorted` built-in function that builds a new
from an iterable. sorted list from an iterable.
In this document, we explore the various techniques for sorting data using Python. 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