From 2595a837b5b536bd850660e8337a96116eccf80a Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 13 Nov 2000 20:30:57 +0000 Subject: Typo for Mac code, fixing SF bug 12195. --- Lib/webbrowser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/webbrowser.py b/Lib/webbrowser.py index da70e3b..fd8c521 100644 --- a/Lib/webbrowser.py +++ b/Lib/webbrowser.py @@ -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) -- cgit v0.12