Kaydet (Commit) 3a36756b authored tarafından Eli Bendersky's avatar Eli Bendersky

Issue #17989: fix typo in error message

......@@ -1797,7 +1797,7 @@ element_setattro(ElementObject* self, PyObject* nameobj, PyObject* value)
Py_INCREF(self->extra->attrib);
} else {
PyErr_SetString(PyExc_AttributeError,
"Can't set arbitraty attributes on Element");
"Can't set arbitrary attributes on Element");
return -1;
}
......
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