mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
resolve_data_path_to_data_attr - fix typo in doc-string
This commit is contained in:
@@ -1568,8 +1568,8 @@ class Blender(bonsai.core.tool.Blender):
|
|||||||
|
|
||||||
:return: Resolved tuple of Blender Struct and property name.
|
:return: Resolved tuple of Blender Struct and property name.
|
||||||
Examples:
|
Examples:
|
||||||
- `(preferences.prop_group, "string_prop)`
|
- `(preferences.prop_group, "string_prop")`
|
||||||
- `(scene, "string_prop)`
|
- `(scene, "string_prop")`
|
||||||
|
|
||||||
"""
|
"""
|
||||||
# Get data to modify.
|
# Get data to modify.
|
||||||
|
|||||||
Reference in New Issue
Block a user