Kaydet (Commit) 8614b599 authored tarafından Angus Hollands's avatar Angus Hollands Kaydeden (comit) Stefan Krah

Correct typo (#976)

üst 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