mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-27 04:19:18 +00:00
Fix: Fixed a line in docs to make it more clear (#9073)
## Summary I was using `ruff` on one of my repo's and found this small error. I think the sentence can be made more clear.
This commit is contained in:
parent
f69a35a021
commit
b7b137abc8
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ use super::unittest_assert::UnittestAssert;
|
|||
/// Checks for assertions that combine multiple independent conditions.
|
||||
///
|
||||
/// ## Why is this bad?
|
||||
/// Composite assertion statements are harder debug upon failure, as the
|
||||
/// Composite assertion statements are harder to debug upon failure, as the
|
||||
/// failure message will not indicate which condition failed.
|
||||
///
|
||||
/// ## Example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue