diff options
author | Jürgen Gmach <juergen.gmach@googlemail.com> | 2021-03-24 16:42:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-24 16:42:20 +0100 |
commit | adae68e251a4418f348ff501261487c06666ebc6 (patch) | |
tree | e64e72003d795774e99714bea45a2b2d3b1b13c0 | |
parent | a4dbe3457d89cf67ee3aa571fdb149e6eb544e88 (diff) | |
download | python-setuptools-git-adae68e251a4418f348ff501261487c06666ebc6.tar.gz |
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' |