diff options
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/webbrowser.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |