diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-06-11 21:40:37 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-06-11 21:40:37 +0000 |
commit | c6660cf4d68ec17fef0a49aca2cf441c124a88d4 (patch) | |
tree | 24faee247cafa44c7457e15b3b5bbb96111ba4f0 /Python/symtable.c | |
parent | 40228912c8b3315ff270b50df45f16b5561d529f (diff) | |
download | cpython-git-c6660cf4d68ec17fef0a49aca2cf441c124a88d4.tar.gz |
different spellings are just unacceptable
Diffstat (limited to 'Python/symtable.c')
-rw-r--r-- | Python/symtable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/symtable.c b/Python/symtable.c index 0da2faf595..98d1e11564 100644 --- a/Python/symtable.c +++ b/Python/symtable.c @@ -1395,7 +1395,7 @@ static int symtable_visit_alias(struct symtable *st, alias_ty a) { /* Compute store_name, the name actually bound by the import - operation. It is diferent than a->name when a->name is a + operation. It is different than a->name when a->name is a dotted package name (e.g. spam.eggs) */ PyObject *store_name; |