Skip to content

Commit

Permalink
Spell pytest lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
tjkuson committed Jun 30, 2024
1 parent 727c9c4 commit 530c084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ use super::helpers::{
/// fixtures is fine, but it's best to be consistent.
///
/// Whilst in [preview], this rule defaults to removing unnecessary parentheses
/// to cohere better with official Pytest projects.
/// to cohere better with official pytest projects.
///
/// ## Example
/// ```python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use super::helpers::get_mark_decorators;
/// setting.
///
/// Whilst in [preview], this rule defaults to removing unnecessary parentheses
/// to cohere better with official Pytest projects.
/// to cohere better with official pytest projects.
///
/// ## Why is this bad?
/// If a `@pytest.mark.<marker>()` doesn't take any arguments, the parentheses are
Expand Down

0 comments on commit 530c084

Please sign in to comment.