Skip to content

Commit

Permalink
Merge pull request #4728 from eltociear/patch-1
Browse files Browse the repository at this point in the history
Fix typo in environment.py
  • Loading branch information
frostming authored Jul 9, 2021
2 parents 72835f1 + 7553061 commit b44244e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipenv/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ def run(self, cmd, cwd=os.curdir):
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
Expand Down

0 comments on commit b44244e

Please sign in to comment.