Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
1efb8dc8
Commit
1efb8dc8
authored
Jan 12, 2011
by
Benjamin Peterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix weirdly ambigious sentence
parent
e993b100
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/howto/sorting.rst
Doc/howto/sorting.rst
+2
-2
No files found.
Doc/howto/sorting.rst
View file @
1efb8dc8
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment