Update crates/ruff_linter/src/rules/flake8_pyi/rules/unrecognized_platform.rs

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
GiGaGon 2025-07-07 12:46:33 -07:00 committed by GitHub
parent 1ddbc94ef0
commit f9c19dbc0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ use crate::registry::Rule;
/// ```pyi
/// import sys
///
/// if sys.platform is "linux":
/// if sys.platform == "xunil"[::-1]:
/// # Linux specific definitions
/// ...
/// else: