mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Added missing white space
This commit is contained in:
parent
8749a63473
commit
311d2a93a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue