Cleanup: Grammar: "Allow to" vs gerund missed in last commit

This commit is contained in:
2020-11-18 16:31:15 -05:00
parent 8f30a88e63
commit e9ddb21df3
7 changed files with 8 additions and 8 deletions

View File

@@ -1990,7 +1990,7 @@ static int pyrna_py_to_prop(
}
}
/* Another exception, allow to pass a collection as an RNA property. */
/* Another exception, allow passing a collection as an RNA property. */
if (Py_TYPE(value) == &pyrna_prop_collection_Type) { /* Ok to ignore idprop collections. */
PointerRNA c_ptr;
BPy_PropertyRNA *value_prop = (BPy_PropertyRNA *)value;