Merge typo fixes from 3.5

This commit is contained in:
Martin Panter 2016-06-04 05:26:40 +00:00
commit 19409197e2
6 changed files with 6 additions and 6 deletions

View file

@ -854,7 +854,7 @@ analyze_child_block(PySTEntryObject *entry, PyObject *bound, PyObject *free,
/* Copy the bound and global dictionaries.
These dictionary are used by all blocks enclosed by the
These dictionaries are used by all blocks enclosed by the
current block. The analyze_block() call modifies these
dictionaries.