From: Martin Panter Date: Sat, 4 Jun 2016 04:57:19 +0000 (+0000) Subject: Fix typo in code comment X-Git-Tag: v2.7.12rc1~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5f487a0902c82a914cd2398ffd1b5e57715431a;p=thirdparty%2FPython%2Fcpython.git Fix typo in code comment --- diff --git a/Python/symtable.c b/Python/symtable.c index 8d4b0d37b509..137f12ce6659 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.