summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-06-04 05:26:40 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-06-04 05:26:40 (GMT)
commit19409197e2deaa72649ade73318af16128018c74 (patch)
treecf8c29c532c4345f3af97ccc6ffcc015b91da327 /Python
parent5a493e9dc4f83e7e2a67dc38b7d2b886a6ee8960 (diff)
parent3ee6270262627b157bb69169c0fe78855716efdb (diff)
downloadcpython-19409197e2deaa72649ade73318af16128018c74.zip
cpython-19409197e2deaa72649ade73318af16128018c74.tar.gz
cpython-19409197e2deaa72649ade73318af16128018c74.tar.bz2
Merge typo fixes from 3.5
Diffstat (limited to 'Python')
-rw-r--r--Python/symtable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/symtable.c b/Python/symtable.c
index 558bb06..3f03184 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.