| commit | 93554f2a8a3f92e8d5248a133f5705d5bc37e678 | [log] [tgz] |
|---|---|---|
| author | Benjamin Peterson <[email protected]> | Fri Jun 11 21:40:37 2010 +0000 |
| committer | Benjamin Peterson <[email protected]> | Fri Jun 11 21:40:37 2010 +0000 |
| tree | ac28bd2f0e3759bf4e5c17731949d51ea5979ec8 | |
| parent | 86e90ec898f4413cb1fbda9050c100ac8e9a2e48 [diff] [blame] |
different spellings are just unacceptable
diff --git a/Python/symtable.c b/Python/symtable.c index 0da2faf..98d1e11 100644 --- a/Python/symtable.c +++ b/Python/symtable.c
@@ -1395,7 +1395,7 @@ 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;