diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-06-03 22:38:37 -0700 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-06-03 22:38:37 -0700 |
commit | 40cfc1e33b5db067f6ac85b9fa3fc3cbe6b2970b (patch) | |
tree | a1d4f28b58a708375437c4381d7247406370704c /Python/symtable.c | |
parent | 3da82067c70c92a5edbf75ec6d44cbc34cd5ad82 (diff) | |
parent | 3ee6270262627b157bb69169c0fe78855716efdb (diff) | |
download | cpython-git-40cfc1e33b5db067f6ac85b9fa3fc3cbe6b2970b.tar.gz |
merge heads
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 6d1a62b782..1591a20f50 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. |