From b5f487a0902c82a914cd2398ffd1b5e57715431a Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Sat, 4 Jun 2016 04:57:19 +0000 Subject: [PATCH] Fix typo in code comment --- Python/symtable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/symtable.c b/Python/symtable.c index 8d4b0d37b5..137f12ce66 100644 --- a/Python/symtable.c +++ b/Python/symtable.c @@ -738,7 +738,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. -- 2.50.1