From b674b8ca58fe57c046b6b8aafac9ce6f1860ee71 Mon Sep 17 00:00:00 2001 From: Johannes Schorr <58665013+JohannesSchorr@users.noreply.github.com> Date: Thu, 11 Jul 2024 19:07:29 +0200 Subject: [PATCH] Fix typo in doctring in ifcdiff.py --- src/ifcdiff/ifcdiff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcdiff/ifcdiff.py b/src/ifcdiff/ifcdiff.py index 391b4f3fbd..a103600490 100755 --- a/src/ifcdiff/ifcdiff.py +++ b/src/ifcdiff/ifcdiff.py @@ -47,7 +47,7 @@ class IfcDiff: :param old: IFC file object for the old model :type old: ifcopenshell.file.file - :param new: IFC file object for the old model + :param new: IFC file object for the new model :type new: ifcopenshell.file.file :param relationships: List of relationships to check. None means that only geometry is compared.