mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge branch 'master' into click8
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user