Skip to content

Commit

Permalink
Update operating_system_filtering.md
Browse files Browse the repository at this point in the history
reformat sentence. (a whole commit for that yes.)
  • Loading branch information
DaanSelen authored Feb 13, 2025
1 parent b7b9fda commit ad220e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operating_system_filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- If `target_os=None` or `target_os` is undefined: `["A1", "A2", "A3"]`

0 comments on commit ad220e8

Please sign in to comment.