From 3ee6270262627b157bb69169c0fe78855716efdb Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Sat, 4 Jun 2016 04:57:19 +0000 Subject: Fix typos in code comment and documentation --- Python/symtable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/symtable.c') 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. -- cgit v1.2.1