Fixed typo

This commit is contained in:
Blue Fox 2023-11-06 05:27:24 +00:00
parent 96d9794934
commit 29aedf0116

View File

@ -41,7 +41,7 @@ if __name__ == "__main__":
if len(sys.argv) > 2: if len(sys.argv) > 2:
print(f"[WARNING] Only the first argument given will be used ({sys.argv[1]})") print(f"[WARNING] Only the first argument given will be used ({sys.argv[1]})")
# now sys.argv is shurely 2 elements in length; let the real process begin # now sys.argv is surely 2 elements in length; let the real process begin
try: try:
with open(sys.argv[1]) as f: with open(sys.argv[1]) as f:
print(f"Opened {sys.argv[1]}, reading...") print(f"Opened {sys.argv[1]}, reading...")