mirror of
https://github.com/python/cpython.git
synced 2025-07-28 05:34:31 +00:00
different spellings are just unacceptable
This commit is contained in:
parent
40228912c8
commit
c6660cf4d6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue