From 5599618d19e0348256eb6611774d7829b13bc49c Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 3 Jan 2020 14:08:13 +0100 Subject: [PATCH] Fix spelling D/T mistakes are very common amoung Dutch natives, but this is just madness. --- run_mypy.py | 4 ++-- 1 file 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__":