diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2021-03-27 15:25:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-27 15:25:10 -0400 |
commit | c6b78400c23fa32df0785e88eb8bdd826f5b6d5c (patch) | |
tree | 812e839ff2cc8e2c6396edd19372034d1e285457 | |
parent | 0ffe795dbf920da44db9744759e38b92dad7f9e4 (diff) | |
parent | adae68e251a4418f348ff501261487c06666ebc6 (diff) | |
download | python-setuptools-git-c6b78400c23fa32df0785e88eb8bdd826f5b6d5c.tar.gz |
Merge pull request #2617 from jugmac00/patch-1
remove duplicate word
-rw-r--r-- | setuptools/command/easy_install.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py index 0917804f..45adb6a1 100644 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -2193,7 +2193,7 @@ class WindowsScriptWriter(ScriptWriter): @classmethod def _adjust_header(cls, type_, orig_header): """ - Make sure 'pythonw' is used for gui and and 'python' is used for + Make sure 'pythonw' is used for gui and 'python' is used for console (regardless of what sys.executable is). """ pattern = 'pythonw.exe' |