Browse Source

Fix spelling

D/T mistakes are very common amoung Dutch natives, but this is just madness.
Ghostkeeper 5 years ago
parent
commit
5599618d19
1 changed files with 2 additions and 2 deletions
  1. 2 2
      run_mypy.py

+ 2 - 2
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__":