summaryrefslogtreecommitdiff
path: root/Python/symtable.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-06-03 22:38:42 -0700
committerBenjamin Peterson <benjamin@python.org>2016-06-03 22:38:42 -0700
commitf4604d6d6adc872585acdf957be4615f5f14c396 (patch)
treeadfeef1bc1e28d91a23ad31aa885cc54e7c58c23 /Python/symtable.c
parentf22e3608952de845a3dc9993ca5dc685e695fd07 (diff)
parent29f256909feba58350c023671b639eb1f684d5b9 (diff)
downloadcpython-git-f4604d6d6adc872585acdf957be4615f5f14c396.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 558bb06bd3..3f03184f08 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.