[Python-checkins] cpython (2.7): Fix typo in code comment

martin.panter python-checkins at python.org
Sat Jun 4 01:31:33 EDT 2016


https://hg.python.org/cpython/rev/ca24bce2a031
changeset:   101684:ca24bce2a031
branch:      2.7
parent:      101679:afbd4473947a
user:        Martin Panter <vadmium+py at gmail.com>
date:        Sat Jun 04 04:57:19 2016 +0000
summary:
  Fix typo in code comment

files:
  Python/symtable.c |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Python/symtable.c b/Python/symtable.c
--- a/Python/symtable.c
+++ b/Python/symtable.c
@@ -738,7 +738,7 @@
 
     /* 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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list