From 8534333092305c86360d6c55068471b251be1426 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sun, 6 Jul 2025 18:34:50 +0200 Subject: [PATCH] Update doc comment --- .../ifcopenshell/api/style/assign_item_style.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/api/style/assign_item_style.py b/src/ifcopenshell-python/ifcopenshell/api/style/assign_item_style.py index 9672b7d31e..0a7b65a3cc 100644 --- a/src/ifcopenshell-python/ifcopenshell/api/style/assign_item_style.py +++ b/src/ifcopenshell-python/ifcopenshell/api/style/assign_item_style.py @@ -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: