Fix typo in doctring in ifcdiff.py

This commit is contained in:
Johannes Schorr
2024-07-11 19:07:29 +02:00
committed by Dion Moult
parent dfb5ebf350
commit bc318e1f66
+1 -1
View File
@@ -44,7 +44,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.