mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Issue #27626: Merge spelling fixes from 3.5
This commit is contained in:
commit
8bde911115
33 changed files with 48 additions and 48 deletions
|
|
@ -1923,7 +1923,7 @@ iterable, until all of the iterables are exhausted.");
|
|||
PyDoc_STRVAR(chain_from_iterable_doc,
|
||||
"chain.from_iterable(iterable) --> chain object\n\
|
||||
\n\
|
||||
Alternate chain() contructor taking a single iterable argument\n\
|
||||
Alternate chain() constructor taking a single iterable argument\n\
|
||||
that evaluates lazily.");
|
||||
|
||||
static PyMethodDef chain_methods[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue