From 076a6c152dc24abcf0167588069e67d5b46d1b7c Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 24 Feb 2025 11:36:13 +0500 Subject: [PATCH] fix typo --- .../api/structural/remove_structural_boundary_condition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/api/structural/remove_structural_boundary_condition.py b/src/ifcopenshell-python/ifcopenshell/api/structural/remove_structural_boundary_condition.py index bd9018c1e2..63c6331e51 100644 --- a/src/ifcopenshell-python/ifcopenshell/api/structural/remove_structural_boundary_condition.py +++ b/src/ifcopenshell-python/ifcopenshell/api/structural/remove_structural_boundary_condition.py @@ -24,7 +24,7 @@ def remove_structural_boundary_condition( connection: Optional[ifcopenshell.entity_instance] = None, boundary_condition: Optional[ifcopenshell.entity_instance] = None, ) -> None: - """Removes a condition from a connection, or an orphased boundary condition + """Removes a condition from a connection, or an orphaned boundary condition :param connection: The IfcStructuralConnection to remove the condition from. If omitted, it is assumed to be an orphaned condition.