diff --git a/.config/newm/config.py b/.config/newm/config.py index 05188a5..61403d0 100644 --- a/.config/newm/config.py +++ b/.config/newm/config.py @@ -22,7 +22,7 @@ debug_windows = False def run_shell(command: str): """Run a shell command asynchronously - If the shell command doesn’t already end with "&", add it. + If the shell command doesn't already end with "&", add it. """ if not command.endswith("&"): command = command + " &"