From e2dc5f4a485d8f3ca8285fa87bc7f1d73125cd38 Mon Sep 17 00:00:00 2001 From: Ryan Schultz Date: Sat, 1 Jun 2024 08:19:41 -0500 Subject: [PATCH] small tweak --- src/ifcopenshell-python/ifcopenshell/util/selector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/util/selector.py b/src/ifcopenshell-python/ifcopenshell/util/selector.py index b142ac3449..a804ee406a 100644 --- a/src/ifcopenshell-python/ifcopenshell/util/selector.py +++ b/src/ifcopenshell-python/ifcopenshell/util/selector.py @@ -306,7 +306,7 @@ def filter_elements( .. code:: python - # Select all walls in the file. + # Select all the walls and slabs in the file. elements = ifcopenshell.util.selector.filter_elements(ifc_file, "IfcWall, IfcSlab") # Add doors to the elements too.