summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2015-06-14 23:08:06 (GMT)
committerRaymond Hettinger <python@rcn.com>2015-06-14 23:08:06 (GMT)
commit1c90670bc2eaf55517b85d99d206d328a714b828 (patch)
tree52374f9827b9d75be7e5e30f6e1ad72bfdc321fb
parent192c750f4f1e7108bd3e0be0f4bad04fb87c9842 (diff)
downloadcpython-1c90670bc2eaf55517b85d99d206d328a714b828.zip
cpython-1c90670bc2eaf55517b85d99d206d328a714b828.tar.gz
cpython-1c90670bc2eaf55517b85d99d206d328a714b828.tar.bz2
Issue #24453: Fix doubled word.
-rw-r--r--Doc/library/webbrowser.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/webbrowser.rst b/Doc/library/webbrowser.rst
index ef63769..aa5e4ad 100644
--- a/Doc/library/webbrowser.rst
+++ b/Doc/library/webbrowser.rst
@@ -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