]> granicus.if.org Git - python/commitdiff
Fix typo in code comment
authorMartin Panter <vadmium+py@gmail.com>
Sat, 4 Jun 2016 04:57:19 +0000 (04:57 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sat, 4 Jun 2016 04:57:19 +0000 (04:57 +0000)
Python/symtable.c

index 8d4b0d37b5094793c62f9be283efc03902e4a23b..137f12ce66590f49cc1ffdcdd33f11d2befa3005 100644 (file)
@@ -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.