Fix typo (`pytext` -> `pytest`) (#8117)

This commit is contained in:
Harutaka Kawamura 2023-10-22 23:02:22 +09:00 committed by GitHub
parent 66e6388776
commit d6f59e4131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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