We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbdaed7 commit e1a4663Copy full SHA for e1a4663
1 file changed
Examples/GirlImages/GirlImages_cmd.py
@@ -92,7 +92,7 @@ def run(targetUrl, uiName,beginNUM, endNUM):
92
Download(picLink, picAlt, nowpage)
93
output = 'Finish!\n'
94
Text_2.insert(tkinter.END,output)
95
- output = 'Mext link:'+nextPageLink + '\n'
+ output = 'Next link:'+nextPageLink + '\n'
96
97
Text_2.see(tkinter.END)
98
run(nextPageLink, uiName , beginNUM, endNUM)
0 commit comments