small tweak

This commit is contained in:
Ryan Schultz
2024-06-01 08:19:41 -05:00
parent d28f62d327
commit e2dc5f4a48
@@ -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.