mirror of https://github.com/python/cpython.git
Typo for Mac code, fixing SF bug 12195.
This commit is contained in:
parent
1bff883ac0
commit
2595a837b5
|
@ -215,7 +215,7 @@ def open_new(self, url):
|
|||
else:
|
||||
class InternetConfig:
|
||||
def open(self, url, new=0):
|
||||
ic.launcurl(url)
|
||||
ic.launchurl(url)
|
||||
|
||||
def open_new(self, url):
|
||||
self.open(url)
|
||||
|
|
Loading…
Reference in New Issue