Cleanup: comment blocks

This commit is contained in:
2019-04-18 07:21:26 +02:00
parent 93e876c4f8
commit 333cdbb410
102 changed files with 521 additions and 489 deletions

View File

@@ -7072,7 +7072,7 @@ static PyObject *pyrna_srna_Subtype(StructRNA *srna)
pyrna_subtype_set_rna(newclass, srna);
Py_INCREF(newclass);
} /* create a new class instance with the C api
* mainly for the purposing of matching the C/rna type hierarchy */
* mainly for the purposing of matching the C/rna type hierarchy */
else {
/* subclass equivalents
* - class myClass(myBase):