Cleanup: spelling in comments
This commit is contained in:
@@ -1279,9 +1279,8 @@ static PyObject *BPy_IDGroup_pop(BPy_IDProperty *self, PyObject *args)
|
||||
|
||||
pyform = BPy_IDGroup_MapDataToPy(idprop);
|
||||
if (pyform == NULL) {
|
||||
/* ok something bad happened with the #PyObject,
|
||||
* so don't remove the prop from the group. if `pyform is
|
||||
* NULL, then it already should have raised an exception. */
|
||||
/* Ok something bad happened with the #PyObject, so don't remove the prop from the group.
|
||||
* if `pyform` is NULL, then it already should have raised an exception. */
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user