diff --git a/pipenv/cli.py b/pipenv/cli.py index 6fbe816a..c6ac0ba4 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -1385,7 +1385,7 @@ def cli( click.echo( '{0}: Pipenv found itself running within a virtual environment, ' 'so it will automatically use that environment, instead of ' - 'creating it\'s own for any project.'.format( + 'creating its own for any project.'.format( crayons.green('Courtesy Notice') ) )