mirror of https://github.com/astral-sh/ruff
Fix typo (`pytext` -> `pytest`) (#8117)
This commit is contained in:
parent
66e6388776
commit
d6f59e4131
|
|
@ -28,7 +28,7 @@ use super::helpers::{
|
||||||
/// setting.
|
/// setting.
|
||||||
///
|
///
|
||||||
/// ## Why is this bad?
|
/// ## Why is this bad?
|
||||||
/// If a `@pytext.fixture()` doesn't take any arguments, the parentheses are
|
/// If a `@pytest.fixture()` doesn't take any arguments, the parentheses are
|
||||||
/// optional.
|
/// optional.
|
||||||
///
|
///
|
||||||
/// Either removing those unnecessary parentheses _or_ requiring them for all
|
/// Either removing those unnecessary parentheses _or_ requiring them for all
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue