From dfb5ebf3500bdc59055ad625f1a28c34d1c8c57f Mon Sep 17 00:00:00 2001 From: petrisch Date: Tue, 2 Jul 2024 14:33:21 +0200 Subject: [PATCH] Little typo --- .../docs/ifcopenshell-python/geometry_processing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/docs/ifcopenshell-python/geometry_processing.rst b/src/ifcopenshell-python/docs/ifcopenshell-python/geometry_processing.rst index 18d8f36813..756d2c99bb 100644 --- a/src/ifcopenshell-python/docs/ifcopenshell-python/geometry_processing.rst +++ b/src/ifcopenshell-python/docs/ifcopenshell-python/geometry_processing.rst @@ -294,7 +294,7 @@ Geometry serialisation Geometry may be serialised into many different formats using :doc:`IfcConvert<../ifcconvert>`. Alternatively, you may also access the serialiser with Python to customise the conversion, such as by writing a script -the modifies the IFC on the fly before converting it, or writing complex +that modifies the IFC on the fly before converting it, or writing complex include and exclude filters. Here is a typical example to serialising to glTF / glb. Example settings to