ruff
d85950ce - Update rule B005 docs (#8028)

Commit
2 years ago
Update rule B005 docs (#8028) ## Summary Rule B005 of flake8-bugbear docs has a typo in one of the examples that leads to a confusion in the correctness of `.strip()` method ![image](https://github.com/astral-sh/ruff/assets/104530599/b4e19751-558e-4ebb-b82f-25c321ddc32b) ```python # Wrong output (used in docs) "text.txt".strip(".txt") # "ex" # Correct output "text.txt".strip(".txt") # "e" ```
Author
Parents
Loading