[Python-checkins] cpython (3.4): Issue #24453: Fix doubled word.

raymond.hettinger python-checkins at python.org
Mon Jun 15 01:09:12 CEST 2015


https://hg.python.org/cpython/rev/7b74a89b9c26
changeset:   96601:7b74a89b9c26
branch:      3.4
parent:      96598:4ba334ed3bb7
user:        Raymond Hettinger <python at rcn.com>
date:        Sun Jun 14 16:08:06 2015 -0700
summary:
  Issue #24453:  Fix doubled word.

files:
  Doc/library/webbrowser.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/webbrowser.rst b/Doc/library/webbrowser.rst
--- a/Doc/library/webbrowser.rst
+++ b/Doc/library/webbrowser.rst
@@ -20,7 +20,7 @@
 the user exits the browser.
 
 If the environment variable :envvar:`BROWSER` exists, it is interpreted as the
-:data:`os.pathsep`-separated list of browsers to try ahead of the the platform
+:data:`os.pathsep`-separated list of browsers to try ahead of the platform
 defaults.  When the value of a list part contains the string ``%s``, then it is
 interpreted as a literal browser command line to be used with the argument URL
 substituted for ``%s``; if the part does not contain ``%s``, it is simply

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


More information about the Python-checkins mailing list