From 078e50423f88285343ae472afe34a7cb97c64d81 Mon Sep 17 00:00:00 2001 From: Gorgious56 Date: Wed, 10 May 2023 16:41:19 +0200 Subject: [PATCH] Fix typo in get_pset docstring --- src/ifcopenshell-python/ifcopenshell/util/element.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/util/element.py b/src/ifcopenshell-python/ifcopenshell/util/element.py index 51f55fcc0e..bbe170bc6c 100644 --- a/src/ifcopenshell-python/ifcopenshell/util/element.py +++ b/src/ifcopenshell-python/ifcopenshell/util/element.py @@ -30,7 +30,7 @@ def get_pset(element, name, prop=None, should_inherit=True): :param name: The name of the pset :type name: str :param prop: The name of the property - :type name: str,optional + :type prop: str,optional :param should_inherit: Default as True. Set to false if you don't want to inherit property sets from the Type. :type should_inherit: bool,optional :return: A dictionary of property names and values, or a single value if a