From 3765d15a0e32b5075cae0acf125281bff48526b6 Mon Sep 17 00:00:00 2001 From: Greg Brown Date: Thu, 21 Sep 2017 14:36:44 +1200 Subject: [PATCH] remove stray apostrophe See https://english.stackexchange.com/questions/22603/why-doesnt-its-have-an-apostrophe --- pipenv/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') ) )