commit | ecfefb7956c7f7ac63d6ac653e22abe55eac9b60 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Sun Aug 05 19:24:57 2012 -0400 |
committer | Brett Cannon <brett@python.org> | Sun Aug 05 19:24:57 2012 -0400 |
tree | 5ee6a1961edaecb76f317d480370b66665af748c | |
parent | 62bb394729a167a46d950954c4aed5f3ba7b8a69 [diff] |
Fix a spelling mistake in a comment.
diff --git a/Python/import.c b/Python/import.c index 6f4b6d0..2540f9d 100644 --- a/Python/import.c +++ b/Python/import.c
@@ -1243,7 +1243,7 @@ } else { /* Only have to care what given_globals is if it will be used - fortsomething. */ + for something. */ if (level > 0 && !PyDict_Check(given_globals)) { PyErr_SetString(PyExc_TypeError, "globals must be a dict"); goto error;