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