Merge branch 'master' into click8

This commit is contained in:
Frost Ming
2021-07-26 09:03:38 +08:00
committed by GitHub
+1 -1
View File
@@ -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