From 6286d8585044793ff742f334a5fe76c4ad3d0819 Mon Sep 17 00:00:00 2001 From: daniel-augusto Date: Mon, 18 Aug 2025 20:13:52 -0300 Subject: [PATCH] Correct highlight code block python --- src/ifcopenshell-python/docs/ifcpatch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/docs/ifcpatch.rst b/src/ifcopenshell-python/docs/ifcpatch.rst index a49d71b82a..fa582b9779 100644 --- a/src/ifcopenshell-python/docs/ifcpatch.rst +++ b/src/ifcopenshell-python/docs/ifcpatch.rst @@ -88,7 +88,7 @@ Here is a minimal example of how to use IfcPatch as a library: Alternatively, there is a less dynamic way to use IfcPatch that allows seeing available arguments, their descriptions, types, default values, etc. -..code-block:: python +.. code-block:: python import ifcopenshell import ifcpatch