summaryrefslogtreecommitdiffstats
path: root/Lib/webbrowser.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-01-15 03:34:38 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-01-15 03:34:38 (GMT)
commite119006e7dc0df0a5ff6b60764b2ce3cd9477688 (patch)
treeb4c578be7bff079625b7cdc36abb1d4f0b46d8fa /Lib/webbrowser.py
parentb90f89a496676ec714e111a747344600f3988496 (diff)
downloadcpython-e119006e7dc0df0a5ff6b60764b2ce3cd9477688.zip
cpython-e119006e7dc0df0a5ff6b60764b2ce3cd9477688.tar.gz
cpython-e119006e7dc0df0a5ff6b60764b2ce3cd9477688.tar.bz2
Whitespace normalization. Top level of Lib now fixed-point for reindent.py!
Diffstat (limited to 'Lib/webbrowser.py')
-rw-r--r--Lib/webbrowser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/webbrowser.py b/Lib/webbrowser.py
index 759f470..2fa1148 100644
--- a/Lib/webbrowser.py
+++ b/Lib/webbrowser.py
@@ -122,7 +122,7 @@ class Konqueror:
return not rc
def open(self, url, new=1):
- # XXX currently I know no way to prevent KFM from opening a new win.
+ # XXX currently I know no way to prevent KFM from opening a new win.
self.open_new(url)
def open_new(self, url):