From: Ezio Melotti Date: Thu, 21 Jul 2011 08:18:18 +0000 (+0300) Subject: #12601: fix typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56b2665904c9c26a45417228b3534ade8b375c98;p=python #12601: fix typo. --- diff --git a/Lib/webbrowser.py b/Lib/webbrowser.py index 41fd1758ac..f3c53d423c 100644 --- a/Lib/webbrowser.py +++ b/Lib/webbrowser.py @@ -237,7 +237,7 @@ class UnixBrowser(BaseBrowser): stdout=(self.redirect_stdout and inout or None), stderr=inout, preexec_fn=setsid) 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()