Cleanup: fix various typos

Contributed by luzpaz.

Differential Revision: https://developer.blender.org/D14443
This commit is contained in:
2022-04-05 22:21:13 +02:00
parent 0d43ff43a4
commit 5f1adfc508
6 changed files with 7 additions and 7 deletions

View File

@@ -489,7 +489,7 @@ def is_path_builtin(path):
:type path: str
:rtype: bool
"""
# Note that this function is is not optimized for speed,
# Note that this function isn't optimized for speed,
# it's intended to be used to check if it's OK to remove presets.
#
# If this is used in a draw-loop for example, we could cache some of the values.