Kaydet (Commit) ecfefb79 authored tarafından Brett Cannon's avatar Brett Cannon

Fix a spelling mistake in a comment.

üst 62bb3947
...@@ -1243,7 +1243,7 @@ PyImport_ImportModuleLevelObject(PyObject *name, PyObject *given_globals, ...@@ -1243,7 +1243,7 @@ PyImport_ImportModuleLevelObject(PyObject *name, PyObject *given_globals,
} }
else { else {
/* Only have to care what given_globals is if it will be used /* Only have to care what given_globals is if it will be used
fortsomething. */ for something. */
if (level > 0 && !PyDict_Check(given_globals)) { if (level > 0 && !PyDict_Check(given_globals)) {
PyErr_SetString(PyExc_TypeError, "globals must be a dict"); PyErr_SetString(PyExc_TypeError, "globals must be a dict");
goto error; goto error;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment