Cleanup: spelling in comments

This commit is contained in:
Campbell Barton
2024-02-10 22:35:35 +11:00
parent 2df863287f
commit 3dbbc013de
10 changed files with 14 additions and 15 deletions

View File

@@ -233,7 +233,7 @@ def bake_action_iter(
return {}
# Be careful about which properties to actually consider for baking, as
# keeping references to complex Blender datastructures around for too long
# keeping references to complex Blender data-structures around for too long
# can cause crashes. See #117988.
clean_props = {
key: rna_idprop_value_to_python(value)