Skip to content

Commit

Permalink
Fix typo (pytext -> pytest) (#8117)
Browse files Browse the repository at this point in the history
  • Loading branch information
harupy committed Oct 22, 2023
1 parent 66e6388 commit d6f59e4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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
Expand Down

0 comments on commit d6f59e4

Please sign in to comment.