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:
authorHans Goudey <h.goudey@me.com>2020-11-19 00:31:15 +0300
committerHans Goudey <h.goudey@me.com>2020-11-19 00:31:26 +0300
commite9ddb21df356e1c6c21297aa463cdd6bfda8868c (patch)
treeafab40679a88f642d9bb3c42db4afaab3e1dfdf2 /source/blender/python/intern/bpy_rna.c
parent8f30a88e63fe2c86aa004f302e6f3bd4c172ea39 (diff)
Cleanup: Grammar: "Allow to" vs gerund missed in last commit
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 6e41bc96eed..a2125a5dff9 100644
--- a/source/blender/python/intern/bpy_rna.c
+++ b/source/blender/python/intern/bpy_rna.c
@@ -1990,7 +1990,7 @@ static int pyrna_py_to_prop(
}
}
- /* Another exception, allow to pass a collection as an RNA property. */
+ /* Another exception, allow passing a collection as an RNA property. */
if (Py_TYPE(value) == &pyrna_prop_collection_Type) { /* Ok to ignore idprop collections. */
PointerRNA c_ptr;
BPy_PropertyRNA *value_prop = (BPy_PropertyRNA *)value;