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