summaryrefslogtreecommitdiff
path: root/Python/symtable.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-06-03 22:38:37 -0700
committerBenjamin Peterson <benjamin@python.org>2016-06-03 22:38:37 -0700
commit40cfc1e33b5db067f6ac85b9fa3fc3cbe6b2970b (patch)
treea1d4f28b58a708375437c4381d7247406370704c /Python/symtable.c
parent3da82067c70c92a5edbf75ec6d44cbc34cd5ad82 (diff)
parent3ee6270262627b157bb69169c0fe78855716efdb (diff)
downloadcpython-git-40cfc1e33b5db067f6ac85b9fa3fc3cbe6b2970b.tar.gz
merge heads
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.