[Python-checkins] cpython (merge 3.2 -> default): #12601: merge with 3.2.

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


http://hg.python.org/cpython/rev/d26c7b18fc9d
changeset:   71444:d26c7b18fc9d
parent:      71442:3028b5ab92c0
parent:      71443:3bc80b6f7cd8
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Thu Jul 21 11:17:05 2011 +0300
summary:
  #12601: merge with 3.2.

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