mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +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
|
:param old: IFC file object for the old model
|
||||||
:type old: ifcopenshell.file.file
|
: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
|
:type new: ifcopenshell.file.file
|
||||||
:param relationships: List of relationships to check. None means that only
|
:param relationships: List of relationships to check. None means that only
|
||||||
geometry is compared.
|
geometry is compared.
|
||||||
|
|||||||
Reference in New Issue
Block a user