Skip to content

Commit

Permalink
consistent foramt string usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesstidard authored and uranusjr committed Jan 13, 2020
1 parent a921dfa commit d10b2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipenv/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def abort():
u"{0} {1} {2} {3}{4}".format(
crayons.normal(u"Installing", bold=True),
crayons.green(u"CPython {0}".format(version), bold=True),
crayons.normal(u"with {}".format(installer), bold=True),
crayons.normal(u"with {0}".format(installer), bold=True),
crayons.normal(u"(this may take a few minutes)"),
crayons.normal(fix_utf8("…"), bold=True),
)
Expand Down

0 comments on commit d10b2a2

Please sign in to comment.