From 21624d606555ed73d4f5eac8c0a2e7bd7ecebb25 Mon Sep 17 00:00:00 2001 From: Taku Makoni <113103845+DeTaku@users.noreply.github.com> Date: Thu, 16 Jan 2025 11:50:59 +1030 Subject: [PATCH] Wrong Import Package (#5982) --- .../docs/ifcopenshell-python/code_examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/docs/ifcopenshell-python/code_examples.rst b/src/ifcopenshell-python/docs/ifcopenshell-python/code_examples.rst index 94e45ba295..8ec8035e06 100644 --- a/src/ifcopenshell-python/docs/ifcopenshell-python/code_examples.rst +++ b/src/ifcopenshell-python/docs/ifcopenshell-python/code_examples.rst @@ -162,7 +162,7 @@ Get the distribution system of an element .. code-block:: python - import ifcopenshell.util.classification + import ifcopenshell.util.system pipe = model.by_type("IfcPipeSegment")[0] # Elements may be assigned to multiple systems simultaneously, such as electrical, hydraulic, etc