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 f56bae141b
commit b674b8ca58
+1 -1
View File
@@ -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.