Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c629d51

Browse files
committed
Merged revisions 81906 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r81906 | benjamin.peterson | 2010-06-11 16:40:37 -0500 (Fri, 11 Jun 2010) | 1 line different spellings are just unacceptable ........
1 parent da0eca4 commit c629d51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/symtable.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1533,7 +1533,7 @@ static int
15331533
symtable_visit_alias(struct symtable *st, alias_ty a)
15341534
{
15351535
/* Compute store_name, the name actually bound by the import
1536-
operation. It is diferent than a->name when a->name is a
1536+
operation. It is different than a->name when a->name is a
15371537
dotted package name (e.g. spam.eggs)
15381538
*/
15391539
PyObject *store_name;

0 commit comments

Comments
 (0)