From 7b7c74b15d3fb13508465bd0ddd5d0e78f84c1d2 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Mon, 18 Oct 2021 14:09:31 -0700 Subject: [PATCH] Use a semicolon instead of ampersand for the linux example. --- etiquette/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etiquette/constants.py b/etiquette/constants.py index 10d300c..25eab85 100644 --- a/etiquette/constants.py +++ b/etiquette/constants.py @@ -14,7 +14,7 @@ from voussoirkit import winwhich FFMPEG_NOT_FOUND = ''' ffmpeg or ffprobe not found. Add them to your PATH or use symlinks such that they appear in: -Linux: which ffmpeg & which ffprobe +Linux: which ffmpeg ; which ffprobe Windows: where ffmpeg & where ffprobe '''