mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Fix incorrect spelling of 'occurred'
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@
|
||||
7.3.5:
|
||||
- Fix packaging.
|
||||
7.3.4:
|
||||
- An error occured.
|
||||
- An error occurred.
|
||||
7.3.3:
|
||||
- Pipenv check now includes security vulnerability disclosures!
|
||||
7.3.2:
|
||||
|
||||
+2
-2
@@ -689,7 +689,7 @@ def do_install_dependencies(
|
||||
# Alert the user.
|
||||
click.echo(
|
||||
'{0} {1}! Will try again.'.format(
|
||||
crayons.red('An error occured while installing'),
|
||||
crayons.red('An error occurred while installing'),
|
||||
crayons.green(c.dep.split('--hash')[0].strip())
|
||||
)
|
||||
)
|
||||
@@ -2031,7 +2031,7 @@ def check(three=None, python=False):
|
||||
try:
|
||||
results = simplejson.loads(c.out)
|
||||
except ValueError:
|
||||
click.echo('An error occured:', err=True)
|
||||
click.echo('An error occurred:', err=True)
|
||||
click.echo(c.err, err=True)
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user