From 661d6bcfe795dcd35023286fa685266484991f67 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 1 Dec 2023 10:33:24 +0500 Subject: [PATCH] fixed typo --- src/ifcopenshell-python/ifcopenshell/api/nest/assign_object.py | 2 +- .../ifcopenshell/api/spatial/assign_container.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ifcopenshell-python/ifcopenshell/api/nest/assign_object.py b/src/ifcopenshell-python/ifcopenshell/api/nest/assign_object.py index 8f0b916fec..e75b1ecf44 100644 --- a/src/ifcopenshell-python/ifcopenshell/api/nest/assign_object.py +++ b/src/ifcopenshell-python/ifcopenshell/api/nest/assign_object.py @@ -47,7 +47,7 @@ class Usecase: construction models. Its main usecase is in modular construction, kit of parts, or fabrication models. - As a product may only have a single locaion in the "spatial + As a product may only have a single location in the "spatial decomposition" tree, assigning an nesting relationship will remove any previous aggregation, containment, or nesting relationships it may have. diff --git a/src/ifcopenshell-python/ifcopenshell/api/spatial/assign_container.py b/src/ifcopenshell-python/ifcopenshell/api/spatial/assign_container.py index 28c594ab74..c54cc64db4 100644 --- a/src/ifcopenshell-python/ifcopenshell/api/spatial/assign_container.py +++ b/src/ifcopenshell-python/ifcopenshell/api/spatial/assign_container.py @@ -57,7 +57,7 @@ class Usecase: critical in facility management, as it indicates through which space equipment may be accessed for maintenance purposes. - As a product may only have a single locaion in the "spatial + As a product may only have a single location in the "spatial decomposition" tree, assigning an aggregate relationship will remove any previous aggregation, containment, or nesting relationships it may have.