Typo for Mac code, fixing SF bug 12195.

This commit is contained in:
Guido van Rossum 2000-11-13 20:30:57 +00:00
parent 1bff883ac0
commit 2595a837b5
1 changed files with 1 additions and 1 deletions

View File

@ -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)