From 8ec1b7bb3e0c4d0a9a68ebb9824ffe24959b3dbc Mon Sep 17 00:00:00 2001 From: Ryan Schultz Date: Fri, 25 Nov 2022 12:29:00 -0600 Subject: [PATCH] misspellings with outer_boundary --- .../ifcopenshell/api/boundary/assign_connection_geometry.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ifcopenshell-python/ifcopenshell/api/boundary/assign_connection_geometry.py b/src/ifcopenshell-python/ifcopenshell/api/boundary/assign_connection_geometry.py index a8f15b4cc9..d5264ba441 100644 --- a/src/ifcopenshell-python/ifcopenshell/api/boundary/assign_connection_geometry.py +++ b/src/ifcopenshell-python/ifcopenshell/api/boundary/assign_connection_geometry.py @@ -29,9 +29,9 @@ class Usecase: or more inner boundaries (such as for windows), and a positional matrix for the orientation of the plane. - :param rel_space_bounary: The space boundary relationship to assign the + :param rel_space_boundary: The space boundary relationship to assign the connection geometry to. - :type rel_space_bounary: ifcopenshell.entity_instance.entity_instance + :type rel_space_boundary: ifcopenshell.entity_instance.entity_instance :param outer_boundary: A list of 2D points representing an open polyline. The last point will connect to the first point. Each point is represented by an interable of 2 floats. The coordinates of @@ -71,7 +71,7 @@ class Usecase: """ self.file = file self.rel_space_boundary = rel_space_boundary - self.outer_boundary = outer_bounary + self.outer_boundary = outer_boundary self.inner_boundaries = inner_boundaries or () self.location = location self.axis = axis