mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-10 21:58:30 +00:00
Fix a few typos found by codespell (#11404)
## Summary Just fix typos. ## Test Plan CI jobs. --------- Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
This commit is contained in:
parent
6ecb4776de
commit
3b0584449d
8 changed files with 71 additions and 71 deletions
|
@ -2326,7 +2326,7 @@ impl Ranged for ParsedExpr {
|
|||
/// See: <https://docs.python.org/3/reference/expressions.html#operator-precedence>
|
||||
#[derive(Debug, Ord, Eq, PartialEq, PartialOrd, Copy, Clone)]
|
||||
pub(super) enum OperatorPrecedence {
|
||||
/// The initital precedence when parsing an expression.
|
||||
/// The initial precedence when parsing an expression.
|
||||
Initial,
|
||||
/// Precedence of boolean `or` operator.
|
||||
Or,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue