mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Issue #25523: Merge a-to-an corrections from 3.4.
This commit is contained in:
commit
a84f6c3dd3
34 changed files with 39 additions and 39 deletions
|
|
@ -1725,7 +1725,7 @@ PyDoc_STRVAR(starmap_doc,
|
|||
"starmap(function, sequence) --> starmap object\n\
|
||||
\n\
|
||||
Return an iterator whose values are returned from the function evaluated\n\
|
||||
with a argument tuple taken from the given sequence.");
|
||||
with an argument tuple taken from the given sequence.");
|
||||
|
||||
static PyTypeObject starmap_type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue