diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-06-04 05:26:40 +0000 |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-06-04 05:26:40 +0000 |
commit | 19409197e2deaa72649ade73318af16128018c74 (patch) | |
tree | cf8c29c532c4345f3af97ccc6ffcc015b91da327 /Python/symtable.c | |
parent | Merge issue #27196 from 3.5: Stop IDLE test 'application destroyed' warnings. (diff) | |
parent | Fix typos in code comment and documentation (diff) | |
download | cpython-19409197e2deaa72649ade73318af16128018c74.tar.gz cpython-19409197e2deaa72649ade73318af16128018c74.tar.bz2 cpython-19409197e2deaa72649ade73318af16128018c74.zip |
Merge typo fixes from 3.5
Diffstat (limited to 'Python/symtable.c')
-rw-r--r-- | Python/symtable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/symtable.c b/Python/symtable.c index 558bb06bd3a..3f03184f088 100644 --- a/Python/symtable.c +++ b/Python/symtable.c @@ -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. |