From 71a598e63a4e27c99d7b53cbe05c611ea4e8f1ed Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 17 Jul 2026 13:31:13 +0500 Subject: [PATCH] ifcopenshell.file: small wording fix --- src/ifcopenshell-python/ifcopenshell/file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/file.py b/src/ifcopenshell-python/ifcopenshell/file.py index 74c857eab0..e900a0e72f 100644 --- a/src/ifcopenshell-python/ifcopenshell/file.py +++ b/src/ifcopenshell-python/ifcopenshell/file.py @@ -243,7 +243,7 @@ file_dict: dict[int, tuple[weakref.ReferenceType[file], int]] = {} """Mapping of internal IfcFile pointer address to existing ``ifcopenshell.file`` and the timestamp when it was created. -Needed only to quickly access related from ``entity_instance`` it's ``file``. +Needed only to quickly access from ``entity_instance`` its ``file``. """ READ_ERROR = ifcopenshell_wrapper.file_open_status.READ_ERROR