Cleanup: spelling in comments

This commit is contained in:
2022-04-22 08:16:37 +10:00
parent 179100c021
commit 2547c3c70c
12 changed files with 21 additions and 16 deletions

View File

@@ -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);
}