mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Typo for Mac code, fixing SF bug 12195.
This commit is contained in:
parent
1bff883ac0
commit
2595a837b5
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ except ImportError:
|
|||
else:
|
||||
class InternetConfig:
|
||||
def open(self, url, new=0):
|
||||
ic.launcurl(url)
|
||||
ic.launchurl(url)
|
||||
|
||||
def open_new(self, url):
|
||||
self.open(url)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue