Skip to content

Commit d10b2a2

Browse files
jamesstidarduranusjr
authored andcommitted
consistent foramt string usage
1 parent a921dfa commit d10b2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipenv/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ def abort():
432432
u"{0} {1} {2} {3}{4}".format(
433433
crayons.normal(u"Installing", bold=True),
434434
crayons.green(u"CPython {0}".format(version), bold=True),
435-
crayons.normal(u"with {}".format(installer), bold=True),
435+
crayons.normal(u"with {0}".format(installer), bold=True),
436436
crayons.normal(u"(this may take a few minutes)"),
437437
crayons.normal(fix_utf8("…"), bold=True),
438438
)

0 commit comments

Comments
 (0)