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.