mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
fix formatting
This commit is contained in:
parent
d204934ee3
commit
a12d5c62f7
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ builtin_format(PyObject *self, PyObject *args)
|
|||
PyObject *format_spec = NULL;
|
||||
|
||||
if (!PyArg_ParseTuple(args, "O|U:format", &value, &format_spec))
|
||||
return NULL;
|
||||
return NULL;
|
||||
|
||||
return PyObject_Format(value, format_spec);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue