Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'run_mypy.py')
-rw-r--r--run_mypy.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/run_mypy.py b/run_mypy.py
index d93e1cafc8..df715bf10d 100644
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -76,9 +76,9 @@ def main():
print("\nCommand %s failed checking. :(" % commands[i])
success_code = 1
if success_code:
- print("MYPY check was compleded, but did not pass")
+ print("MYPY check was completed, but did not pass")
else:
- print("MYPY check was compleded and passed with flying colors")
+ print("MYPY check was completed and passed with flying colors")
return success_code
if __name__ == "__main__":