Cleanup: Grammar in comments

This commit is contained in:
2021-11-07 23:20:29 -06:00
parent 0f80602632
commit 42df2a7b57
7 changed files with 8 additions and 8 deletions

View File

@@ -7693,7 +7693,7 @@ PyObject *BPY_rna_doc(void)
/**
* This could be a static variable as we only have one `bpy.types` module,
* it just keeps the data isolated to store in the module it's self.
* it just keeps the data isolated to store in the module itself.
*
* This data doesn't change one initialized.
*/