Fix various typos (#1837)

Found via `codespell`
This commit is contained in:
luzpaz
2021-10-28 17:56:02 -04:00
committed by GitHub
parent b46f1647d2
commit 0aa8a19b6d
10 changed files with 17 additions and 17 deletions
@@ -382,7 +382,7 @@ class application(QtWidgets.QApplication):
self.scrollLayout.addStretch()
else:
label = QtWidgets.QLabel("No IfcPropertySets asscociated with selected entity instance")
label = QtWidgets.QLabel("No IfcPropertySets associated with selected entity instance")
self.scrollLayout.addWidget(label)
def load_file(self, f, **kwargs):
+2 -2
View File
@@ -390,7 +390,7 @@ class specification:
return False, False
def __str__(self):
"""Represent the specification in human readible sentence.
"""Represent the specification in human readable sentence.
:return: sentence
:rtype: str
@@ -1031,7 +1031,7 @@ class restriction:
return result
def __repr__(self):
"""Represent the restriction in human readible sentence.
"""Represent the restriction in human readable sentence.
:return: sentence
:rtype: str