mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Fix typo in doctring in ifcdiff.py
This commit is contained in:
committed by
Dion Moult
parent
f56bae141b
commit
b674b8ca58
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user