fix typo in comment

lethe/HEAD
Jan Petykiewicz 5 years ago
parent c3dfbda6f7
commit 159527e1e2

@ -20,7 +20,7 @@ def _run(command: str or List[str], **kwargs):
""" """
Wrapper for subprocess.run(): Wrapper for subprocess.run():
- Accepts args as either a list of strings or space-delimited string - Accepts args as either a list of strings or space-delimited string
- Captures and returns stdouti - Captures and returns stdout
""" """
if isinstance(command, str): if isinstance(command, str):
args = command.split() args = command.split()

Loading…
Cancel
Save