Skip to content

Commit 5dd30c9

Browse files
committed
Merge branch 'master' of github.com:kennethreitz/pipenv
2 parents 3f9c88f + f4bc3e0 commit 5dd30c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipenv/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,7 @@ def cli(
13851385
click.echo(
13861386
'{0}: Pipenv found itself running within a virtual environment, '
13871387
'so it will automatically use that environment, instead of '
1388-
'creating it\'s own for any project.'.format(
1388+
'creating its own for any project.'.format(
13891389
crayons.green('Courtesy Notice')
13901390
)
13911391
)

0 commit comments

Comments
 (0)