Commit ed63dbff authored by Guido van Rossum's avatar Guido van Rossum

Typo for Mac code, fixing SF bug 12195.

parent 9e7ca3e0
...@@ -215,7 +215,7 @@ except ImportError: ...@@ -215,7 +215,7 @@ except ImportError:
else: else:
class InternetConfig: class InternetConfig:
def open(self, url, new=0): def open(self, url, new=0):
ic.launcurl(url) ic.launchurl(url)
def open_new(self, url): def open_new(self, url):
self.open(url) self.open(url)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment