Skip to content

Commit

Permalink
Issue python#20568: Fix typo in pip option.
Browse files Browse the repository at this point in the history
  • Loading branch information
loewis committed Mar 2, 2014
1 parent d930d85 commit 75512c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/msi/msi.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def add_ui(db):

compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x "bad_coding|badsyntax|site-packages|py2_|lib2to3\\tests|venv\\scripts" "[TARGETDIR]Lib"'
lib2to3args = r'-c "import lib2to3.pygram, lib2to3.patcomp;lib2to3.patcomp.PatternCompiler()"'
updatepipargs = r'-m ensurepip -U --default-install'
updatepipargs = r'-m ensurepip -U --default-pip'
removepipargs = r'-m ensurepip._uninstall'
# See "CustomAction Table"
add_data(db, "CustomAction", [
Expand Down

0 comments on commit 75512c4

Please sign in to comment.