summaryrefslogtreecommitdiff
path: root/Python/symtable.c
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-06-04 04:57:19 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-06-04 04:57:19 +0000
commit535b97b00af573c330e13075d1e8c131cdb878ac (patch)
treedfc54ae01b04b120a9aa8aa0f8191492d08eca2d /Python/symtable.c
parent15e976bd428cbc9361ff33d71f558232cbdccf01 (diff)
downloadcpython-535b97b00af573c330e13075d1e8c131cdb878ac.tar.gz
Fix typos in code comment and documentation
Diffstat (limited to 'Python/symtable.c')
-rw-r--r--Python/symtable.c2
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.