From 7553061de2ae418d17b0155d52261194393784d4 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 29 Jun 2021 23:07:57 +0900 Subject: [PATCH] Fix typo in environment.py enviornment -> environment --- pipenv/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/environment.py b/pipenv/environment.py index 579a34d4..829cf41a 100644 --- a/pipenv/environment.py +++ b/pipenv/environment.py @@ -821,7 +821,7 @@ class Environment(object): return c def run_py(self, cmd, cwd=os.curdir): - """Run a python command in the enviornment context. + """Run a python command in the environment context. :param cmd: A command to run in the environment - runs with `python -c` :type cmd: str or list