summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-06-04 04:57:19 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-06-04 04:57:19 (GMT)
commit3ee6270262627b157bb69169c0fe78855716efdb (patch)
tree169cc7fbc8cea6edce9a14e1de2ffb72200d0c1e /Python
parent6047b5537226efdcd2e3b460957fb44388ec2e99 (diff)
downloadcpython-3ee6270262627b157bb69169c0fe78855716efdb.zip
cpython-3ee6270262627b157bb69169c0fe78855716efdb.tar.gz
cpython-3ee6270262627b157bb69169c0fe78855716efdb.tar.bz2
Fix typos in code comment and documentation
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 6d1a62b..1591a20 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.