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
83eb795a
Commit
83eb795a
authored
Feb 28, 2007
by
Raymond Hettinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docstring nit.
parent
a0442dbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Lib/heapq.py
Lib/heapq.py
+1
-1
No files found.
Lib/heapq.py
View file @
83eb795a
...
@@ -311,7 +311,7 @@ except ImportError:
...
@@ -311,7 +311,7 @@ except ImportError:
def
merge
(
*
iterables
):
def
merge
(
*
iterables
):
'''Merge multiple sorted inputs into a single sorted output.
'''Merge multiple sorted inputs into a single sorted output.
Similar to sorted(itertools.chain(*iterables)) but returns a
n iterable
,
Similar to sorted(itertools.chain(*iterables)) but returns a
generator
,
does not pull the data into memory all at once, and assumes that each of
does not pull the data into memory all at once, and assumes that each of
the input streams is already sorted (smallest to largest).
the input streams is already sorted (smallest to largest).
...
...
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