Update doc comment

This commit is contained in:
Thomas Krijnen
2025-07-06 18:34:50 +02:00
parent 5f2b4c96a6
commit 8534333092
@@ -83,7 +83,7 @@ def assign_item_style(
# Now specifically our wall's only item only will be coloured grey.
ifcopenshell.api.style.assign_item_style(model,
shape_representation=representation, style=style, item=representation.Items[0])
style=style, item=representation.Items[0])
"""
if not (styled_item := next(iter(item.StyledByItem), None)):
if style is None: