Issue #27626: Merge spelling fixes from 3.5

This commit is contained in:
Martin Panter 2016-07-28 01:30:58 +00:00
commit 8bde911115
33 changed files with 48 additions and 48 deletions

View file

@ -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[] = {