swap arg order for BM_edge_split(), makes sense to have edge as first

arg.
This commit is contained in:
2012-02-23 05:17:07 +00:00
parent d232815481
commit 38f546a614
5 changed files with 7 additions and 7 deletions

View File

@@ -2836,7 +2836,7 @@ static int pyrna_prop_collection_contains(BPy_PropertyRNA *self, PyObject *key)
if (keyname == NULL) {
PyErr_SetString(PyExc_TypeError,
"bpy_prop_collection.__contains__: expected a string or a typle of strings");
"bpy_prop_collection.__contains__: expected a string or a tuple of strings");
return -1;
}