Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2595a83

Browse files
committed
Typo for Mac code, fixing SF bug 12195.
1 parent 1bff883 commit 2595a83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/webbrowser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def open_new(self, url):
215215
else:
216216
class InternetConfig:
217217
def open(self, url, new=0):
218-
ic.launcurl(url)
218+
ic.launchurl(url)
219219

220220
def open_new(self, url):
221221
self.open(url)

0 commit comments

Comments
 (0)