Commit 8614b599 authored by Angus Hollands's avatar Angus Hollands Committed by Stefan Krah

Correct typo (#976)

parent 9acc6a03
......@@ -2242,7 +2242,7 @@ PyDecType_FromFloatExact(PyTypeObject *type, PyObject *v,
}
if (!PyFloat_Check(v)) {
PyErr_SetString(PyExc_TypeError,
"argument must be int of float");
"argument must be int or float");
return NULL;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment