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