diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-06-11 21:53:07 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-06-11 21:53:07 (GMT) |
commit | c629d51ea9655964843df31df46112bd78bfcabf (patch) | |
tree | a6dabe4db050088a5e4a90de2c3cecc104d325c2 /Python | |
parent | da0eca427aef6c58f3c134c0789f54d7b8fa4210 (diff) | |
download | cpython-c629d51ea9655964843df31df46112bd78bfcabf.zip cpython-c629d51ea9655964843df31df46112bd78bfcabf.tar.gz cpython-c629d51ea9655964843df31df46112bd78bfcabf.tar.bz2 |
Merged revisions 81906 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81906 | benjamin.peterson | 2010-06-11 16:40:37 -0500 (Fri, 11 Jun 2010) | 1 line
different spellings are just unacceptable
........
Diffstat (limited to 'Python')
-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 83f0231..55c9f47 100644 --- a/Python/symtable.c +++ b/Python/symtable.c @@ -1533,7 +1533,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; |