summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-07-21 08:16:32 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-07-21 08:16:32 (GMT)
commit1beea5b7c181d9e7279dd58bc5fbee52b549e528 (patch)
tree6882160a7bd86fc7332cde237fbcbf81af334ce5 /Lib
parentbca31b5d1f380470ce9bb4089f7f1df96f83badb (diff)
downloadcpython-1beea5b7c181d9e7279dd58bc5fbee52b549e528.zip
cpython-1beea5b7c181d9e7279dd58bc5fbee52b549e528.tar.gz
cpython-1beea5b7c181d9e7279dd58bc5fbee52b549e528.tar.bz2
#12601: fix typo.
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 415f12a..6f967b6 100644
--- a/Lib/webbrowser.py
+++ b/Lib/webbrowser.py
@@ -232,7 +232,7 @@ class UnixBrowser(BaseBrowser):
stdout=(self.redirect_stdout and inout or None),
stderr=inout, start_new_session=True)
if remote:
- # wait five secons. If the subprocess is not finished, the
+ # wait five seconds. If the subprocess is not finished, the
# remote invocation has (hopefully) started a new instance.
time.sleep(1)
rc = p.poll()