Cleanup: spelling in comments (make check_spelling*)

- Back-tick quote math expressions so differentiate them
  from English.
- Use doxygen code blocks for TEX expressions.
This commit is contained in:
Campbell Barton
2025-01-04 16:26:39 +11:00
parent 1bcc01519a
commit d2d754be3f
58 changed files with 124 additions and 112 deletions

View File

@@ -989,7 +989,7 @@ PyObject *pyrna_py_from_array(PointerRNA *ptr, PropertyRNA *prop)
ret = pyrna_math_object_from_array(ptr, prop);
/* is this a maths object? */
/* Is this a math object? */
if (ret) {
return ret;
}