From ad220e8c1a4733bd048b8f33975f0b04e214cf8d Mon Sep 17 00:00:00 2001 From: dselen <80752476+DaanSelen@users.noreply.github.com> Date: Thu, 13 Feb 2025 12:30:58 +0100 Subject: [PATCH] Update operating_system_filtering.md reformat sentence. (a whole commit for that yes.) --- docs/operating_system_filtering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operating_system_filtering.md b/docs/operating_system_filtering.md index 6bb69f5..b1b516d 100644 --- a/docs/operating_system_filtering.md +++ b/docs/operating_system_filtering.md @@ -62,4 +62,4 @@ Once the function has the allowed OS versions, it checks each device: #### **Final Output:** - If `target_os="Linux"`: `["A1", "A2"]` - If `target_os="Debian"`: `["A1"]` -- If `target_os=None`: `["A1", "A2", "A3"]` or `target_os` is undefined \ No newline at end of file +- If `target_os=None` or `target_os` is undefined: `["A1", "A2", "A3"]`