Cleanup: spelling in comments
This commit is contained in:
@@ -4398,7 +4398,7 @@ static int pyrna_struct_meta_idprop_setattro(PyObject *cls, PyObject *attr, PyOb
|
||||
}
|
||||
}
|
||||
|
||||
/* Fallback to standard py, delattr/setattr. */
|
||||
/* Fallback to standard Python's `delattr/setattr`. */
|
||||
return PyType_Type.tp_setattro(cls, attr, value);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user