]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#12601: fix typo.
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 21 Jul 2011 08:16:32 +0000 (11:16 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 21 Jul 2011 08:16:32 +0000 (11:16 +0300)
Lib/webbrowser.py

index 415f12ac5f3f90cb06ae737e4931b879d8910ea7..6f967b61cf2fb0130d7de5874b93c03beeec71fe 100644 (file)
@@ -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()