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:
authorCampbell Barton <campbell@blender.org>2022-04-22 01:16:37 +0300
committerCampbell Barton <campbell@blender.org>2022-04-22 03:11:48 +0300
commit2547c3c70ceef763ae9698b8dc76c12168a605d4 (patch)
treeeccc4cff0d39cb866a66ca0d432bdc2a3ec71a45 /source/blender/python/intern/bpy_rna.c
parent179100c021269c278396c9a8039a0b75703c5f3a (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/python/intern/bpy_rna.c')
-rw-r--r--source/blender/python/intern/bpy_rna.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/intern/bpy_rna.c b/source/blender/python/intern/bpy_rna.c
index 11b584b692d..c67f0c028cf 100644
--- a/source/blender/python/intern/bpy_rna.c
+++ b/source/blender/python/intern/bpy_rna.c
@@ -4398,7 +4398,7 @@ static int pyrna_struct_meta_idprop_setattro(PyObject *cls, PyObject *attr, PyOb
}
}
- /* Fallback to standard py, delattr/setattr. */
+ /* Fallback to standard Python's `delattr/setattr`. */
return PyType_Type.tp_setattro(cls, attr, value);
}