Commit 311d2a93 authored by Alexander Belopolsky's avatar Alexander Belopolsky

Added missing white space

parent 8749a634
......@@ -4386,7 +4386,7 @@ datetime_strptime(PyObject *cls, PyObject *args)
if (module == NULL) {
module = PyImport_ImportModuleNoBlock("_strptime");
if(module == NULL)
if (module == NULL)
return NULL;
}
return PyObject_CallMethod(module, "_strptime_datetime", "Ouu",
......
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