[Python-checkins] cpython (3.2): #12601: fix typo.

ezio.melotti python-checkins at python.org
Thu Jul 21 10:18:45 CEST 2011


http://hg.python.org/cpython/rev/3bc80b6f7cd8
changeset:   71443:3bc80b6f7cd8
branch:      3.2
parent:      71441:79d2682c4fc5
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Thu Jul 21 11:16:32 2011 +0300
summary:
  #12601: fix typo.

files:
  Lib/webbrowser.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/webbrowser.py b/Lib/webbrowser.py
--- a/Lib/webbrowser.py
+++ b/Lib/webbrowser.py
@@ -232,7 +232,7 @@
                              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()

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list