Issue #24453: Fix doubled word.

This commit is contained in:
Raymond Hettinger 2015-06-14 16:08:06 -07:00
parent 192c750f4f
commit 1c90670bc2
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ available. If text-mode browsers are used, the calling process will block until
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