Skip to content

Commit 6b804ca

Browse files
authored
Merge pull request larymak#11 from jkinathan/fix_Youtube_downloader_typo
fixed spelling for Display Window comment in youtube.py code
2 parents 1262669 + b23e76b commit 6b804ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

YoutubeDownloader/youtube.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from pytube import YouTube
33

44

5-
#Dispaly Window
5+
#Display Window
66
dock = tk.Tk()
77
dock.geometry('500x300')
88
dock.resizable(0,0)

0 commit comments

Comments
 (0)