diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-06-04 05:26:40 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-06-04 05:26:40 (GMT) |
commit | 19409197e2deaa72649ade73318af16128018c74 (patch) | |
tree | cf8c29c532c4345f3af97ccc6ffcc015b91da327 /Python | |
parent | 5a493e9dc4f83e7e2a67dc38b7d2b886a6ee8960 (diff) | |
parent | 3ee6270262627b157bb69169c0fe78855716efdb (diff) | |
download | cpython-19409197e2deaa72649ade73318af16128018c74.zip cpython-19409197e2deaa72649ade73318af16128018c74.tar.gz cpython-19409197e2deaa72649ade73318af16128018c74.tar.bz2 |
Merge typo fixes from 3.5
Diffstat (limited to 'Python')
-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 558bb06..3f03184 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. |