Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht@blender.org>2022-04-05 23:21:13 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-04-05 23:21:13 +0300
commit5f1adfc508cfa117aeead20462f82233d36dca6f (patch)
tree49a6185214bfd249b0c44139bde4f84456672294 /release
parent0d43ff43a48978012f58b412b89097c6204c966a (diff)
Cleanup: fix various typos
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D14443
Diffstat (limited to 'release')
-rw-r--r--release/scripts/modules/bpy/utils/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/modules/bpy/utils/__init__.py b/release/scripts/modules/bpy/utils/__init__.py
index bbfb8305e76..5cd2bd2f076 100644
--- a/release/scripts/modules/bpy/utils/__init__.py
+++ b/release/scripts/modules/bpy/utils/__init__.py
@@ -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.