Cleanup: double quotes for non-enum strings

Also use back-ticks for code-references in comments.
This commit is contained in:
Campbell Barton
2023-04-18 10:42:00 +10:00
parent 2f743b0a92
commit c4c1cc7cd3
33 changed files with 88 additions and 86 deletions

View File

@@ -292,7 +292,7 @@ def load_scripts(*, reload_scripts=False, refresh_scripts=False):
if _os.path.isdir(path):
_sys_path_ensure_prepend(path)
# Only add to 'sys.modules' unless this is 'startup'.
# Only add to `sys.modules` unless this is 'startup'.
if path_subdir == "startup":
for mod in modules_from_path(path, loaded_modules):
test_register(mod)