Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
augustelalande committed Mar 21, 2024
1 parent caba4ea commit bf1b1e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/ruff_linter/src/rules/pylint/rules/nan_comparison.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ use crate::checkers::ast::Checker;
/// To determine whether a value is `NaN`, use `math.isnan` or `np.isnan`
/// instead of comparing against `NaN` directly.
///
/// To
///
/// ## Example
/// ```python
/// if x == float("NaN"):
Expand Down

0 comments on commit bf1b1e4

Please sign in to comment.