Cleanup: spelling, grammar, and other corrections

D5084 by @nBurn with edits
This commit is contained in:
2019-06-21 09:50:23 +10:00
parent 1e050bd08e
commit 0c538fc923
8 changed files with 469 additions and 454 deletions

View File

@@ -468,7 +468,7 @@ static PyMethodDef BLF_methods[] = {
{NULL, NULL, 0, NULL},
};
PyDoc_STRVAR(BLF_doc, "This module provides access to blenders text drawing functions.");
PyDoc_STRVAR(BLF_doc, "This module provides access to Blender's text drawing functions.");
static struct PyModuleDef BLF_module_def = {
PyModuleDef_HEAD_INIT,
"blf", /* m_name */