mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Formatting.
This commit is contained in:
parent
ff3eca0cc3
commit
a6169484c2
1 changed files with 2 additions and 2 deletions
|
|
@ -2385,8 +2385,8 @@ dectuple_as_str(PyObject *dectuple)
|
|||
}
|
||||
|
||||
/* coefficient */
|
||||
digits = sequence_as_tuple(PyTuple_GET_ITEM(dectuple, 1),
|
||||
PyExc_ValueError, "coefficient must be a tuple of digits");
|
||||
digits = sequence_as_tuple(PyTuple_GET_ITEM(dectuple, 1), PyExc_ValueError,
|
||||
"coefficient must be a tuple of digits");
|
||||
if (digits == NULL) {
|
||||
goto error;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue