Fix various typos throughout the codebase (#13029)

* Fix various typos throughout the codebase

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
luzpaz
2024-03-18 17:54:30 -04:00
committed by GitHub
parent 65efff5765
commit 65cdbe3e89
17 changed files with 24 additions and 22 deletions

View File

@@ -883,7 +883,7 @@ class ViewProviderBuildingPart:
return True
def setEdit(self, vobj, mode):
# mode == 1 if Transform is selected in the Tree view contex menu.
# mode == 1 if Transform is selected in the Tree view context menu.
# mode == 2 has been added for consistency.
if mode == 1 or mode == 2:
return None