diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-06-04 04:57:19 +0000 |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-06-04 04:57:19 +0000 |
commit | 535b97b00af573c330e13075d1e8c131cdb878ac (patch) | |
tree | dfc54ae01b04b120a9aa8aa0f8191492d08eca2d /Python/symtable.c | |
parent | 15e976bd428cbc9361ff33d71f558232cbdccf01 (diff) | |
download | cpython-535b97b00af573c330e13075d1e8c131cdb878ac.tar.gz |
Fix typos in code comment and documentation
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. |