mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 18:43:26 +00:00
Fix docstrings to reference datatype as it would be used for users
This commit is contained in:
@@ -34,10 +34,10 @@ class Usecase:
|
||||
|
||||
:param items: The list of IfcRepresentationItems to assign to the layer. This
|
||||
should be the items from the object's IfcShapeRepresentation.
|
||||
:type items: list[ifcopenshell.entity_instance.entity_instance]
|
||||
:type items: list[ifcopenshell.entity_instance]
|
||||
:param layer: The IfcPresentationLayerAssignment layer to assign the
|
||||
item to.
|
||||
:type layer: ifcopenshell.entity_instance.entity_instance
|
||||
:type layer: ifcopenshell.entity_instance
|
||||
:return: None
|
||||
:rtype: None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user