Added missing white space

This commit is contained in:
Alexander Belopolsky 2010-06-28 14:36:55 +00:00
parent 8749a63473
commit 311d2a93a1
1 changed files with 1 additions and 1 deletions

View File

@ -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",