diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-07-21 11:17:05 +0300 |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-07-21 11:17:05 +0300 |
commit | a30def6c66c49423ce8100debe69c745f0ab2315 (patch) | |
tree | f648d54c64e02ff7fbeefb6b243411288a880f8d | |
parent | 6ce6a45ed5bdce6531817dba21ce38c7a85855d6 (diff) | |
parent | 1beea5b7c181d9e7279dd58bc5fbee52b549e528 (diff) | |
download | cpython-git-a30def6c66c49423ce8100debe69c745f0ab2315.tar.gz |
#12601: merge with 3.2.
-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 415f12ac5f..6f967b61cf 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() |