resolve_data_path_to_data_attr - fix typo in doc-string

This commit is contained in:
Andrej730
2025-09-02 16:38:13 +05:00
parent 1433240ae6
commit ed37ac3066
+2 -2
View File
@@ -1568,8 +1568,8 @@ class Blender(bonsai.core.tool.Blender):
:return: Resolved tuple of Blender Struct and property name.
Examples:
- `(preferences.prop_group, "string_prop)`
- `(scene, "string_prop)`
- `(preferences.prop_group, "string_prop")`
- `(scene, "string_prop")`
"""
# Get data to modify.