Fix docstrings to reference datatype as it would be used for users

This commit is contained in:
Dion Moult
2024-05-06 08:39:41 +10:00
parent d694d8fcc2
commit a213ab6760
266 changed files with 439 additions and 439 deletions
@@ -34,7 +34,7 @@ class Usecase:
It is not allowed to have None quantities in IFC.
:param qto: The IfcElementQuantity to edit.
:type qto: ifcopenshell.entity_instance.entity_instance
:type qto: ifcopenshell.entity_instance
:param name: A new name for the quantity set. If no name is specified,
the quantity set name is not changed.
:type name: str, optional
@@ -51,7 +51,7 @@ class Usecase:
:param pset_template: If a quantity set template is provided, this will
be used to determine data types. If no user-defined template is
provided, the built-in buildingSMART templates will be loaded.
:type pset_template: ifcopenshell.entity_instance.entity_instance
:type pset_template: ifcopenshell.entity_instance
:return: None
:rtype: None