From: Ezio Melotti Date: Thu, 21 Jul 2011 08:16:32 +0000 (+0300) Subject: #12601: fix typo. X-Git-Tag: v3.2.2rc1~88 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1beea5b7c181d9e7279dd58bc5fbee52b549e528;p=thirdparty%2FPython%2Fcpython.git #12601: fix typo. --- diff --git a/Lib/webbrowser.py b/Lib/webbrowser.py index 415f12ac5f3f..6f967b61cf2f 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()