Fix spelling

D/T mistakes are very common amoung Dutch natives, but this is just madness.
This commit is contained in:
Ghostkeeper 2020-01-03 14:08:13 +01:00
parent 95efcfd035
commit 5599618d19
No known key found for this signature in database
GPG key ID: 37E2020986774393

View file

@ -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__":