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