Cleanup: spelling in comments, strings (make check_spelling_*)

Also replace some triple-quoted non-doc-string strings with commented
blocks in examples.
This commit is contained in:
Campbell Barton
2025-05-06 00:18:39 +00:00
parent b47332c40d
commit fd6ac498b0
17 changed files with 44 additions and 39 deletions

View File

@@ -2628,7 +2628,7 @@ def main():
BPY_LOGGER.debug(" %s.py", f)
BPY_LOGGER.debug(" %d total\n", len(EXAMPLE_SET_UNUSED))
# Eventually, build the html docs.
# Eventually, build the HTML docs.
if ARGS.sphinx_build:
import subprocess
subprocess.call(SPHINX_BUILD)