Formatting.

This commit is contained in:
Stefan Krah 2012-04-05 15:48:59 +02:00
parent ff3eca0cc3
commit a6169484c2
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}