summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-11-13 20:30:57 (GMT)
committerGuido van Rossum <guido@python.org>2000-11-13 20:30:57 (GMT)
commit2595a837b5b536bd850660e8337a96116eccf80a (patch)
treedec48420aa5a86590b0748afbb50eaaa0e71999a /Lib
parent1bff883ac07b901c6199e0f79c3f93330ab24eae (diff)
downloadcpython-2595a837b5b536bd850660e8337a96116eccf80a.zip
cpython-2595a837b5b536bd850660e8337a96116eccf80a.tar.gz
cpython-2595a837b5b536bd850660e8337a96116eccf80a.tar.bz2
Typo for Mac code, fixing SF bug 12195.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/webbrowser.py2
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)