From 812eb5eaef5ccbe0dfb5c764c048225d551da6e0 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Thu, 25 May 2023 16:09:43 +0500 Subject: [PATCH] Small documentation note --- src/ifcopenshell-python/ifcopenshell/api/pset/edit_pset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/api/pset/edit_pset.py b/src/ifcopenshell-python/ifcopenshell/api/pset/edit_pset.py index 37b269d433..46fee7b392 100644 --- a/src/ifcopenshell-python/ifcopenshell/api/pset/edit_pset.py +++ b/src/ifcopenshell-python/ifcopenshell/api/pset/edit_pset.py @@ -64,7 +64,7 @@ class Usecase: become IfcLabel, float values will become IfcReal, booleans will become IfcBoolean, and integers will become IfcInteger. If more control is desired, you may explicitly specify IFC data objects - directly. + directly. Note that provided `properties` might be mutated in the process. :type properties: dict :param pset_template: If a property set template is provided, this will be used to determine data types. If no user-defined template is