We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c519ac8 commit 994c2d1Copy full SHA for 994c2d1
MorseMIDI.py
@@ -72,7 +72,7 @@ def english_morse(t):
72
73
main = Tk()
74
main.title("Morse Code to MIDI")
75
-main.iconbitmap('icon.ico') # icon for the window comment to build binary wit pyinstaller
+main.iconbitmap('icon.ico') # icon for the window. Comment to build binary with pyinstaller
76
main.geometry("600x400")
77
main.resizable(FALSE, FALSE)
78
0 commit comments