mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 18:28:24 +00:00
Fix typos found by codespell (#14863)
## Summary Just fix typos. ## Test Plan CI tests. --------- Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
parent
3d9ac535e9
commit
59145098d6
34 changed files with 58 additions and 58 deletions
|
@ -2140,7 +2140,7 @@ impl<'src> Parser<'src> {
|
|||
/// it's used in the context of a subscript expression or as a list expression:
|
||||
///
|
||||
/// ```python
|
||||
/// # Subcript expression; `match` is an identifier
|
||||
/// # Subscript expression; `match` is an identifier
|
||||
/// match[x]
|
||||
///
|
||||
/// # List expression; `match` is a keyword
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue