diff --git a/crates/ruff_linter/src/rules/flake8_pytest_style/rules/fixture.rs b/crates/ruff_linter/src/rules/flake8_pytest_style/rules/fixture.rs index 58a5553ce136c..eec71dc46fcfa 100644 --- a/crates/ruff_linter/src/rules/flake8_pytest_style/rules/fixture.rs +++ b/crates/ruff_linter/src/rules/flake8_pytest_style/rules/fixture.rs @@ -28,7 +28,7 @@ use super::helpers::{ /// setting. /// /// ## 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. /// /// Either removing those unnecessary parentheses _or_ requiring them for all