[pylint] Fix typo in documentation of PLC1802 (#16920)

This commit is contained in:
Vasco Schiavo
2025-03-23 12:17:33 +01:00
committed by GitHub
parent c35f2bfe32
commit bb07ccd783

View File

@@ -31,6 +31,7 @@ use ruff_text_size::Ranged;
/// Use instead:
/// ```python
/// fruits = ["orange", "apple"]
/// vegetables = []
///
/// if fruits:
/// print(fruits)