mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 21:40:51 -05:00
Fix typos found by codespell (#9346)
## Summary Fix typos found by [codespell](https://github.com/codespell-project/codespell). ## Test Plan CI tests.
This commit is contained in:
committed by
GitHub
parent
cd0493db2a
commit
d04d49cc0e
@@ -941,7 +941,7 @@ impl UnicodeEscape {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
// Unterminated escape sequence, dont' normalise it.
|
||||
// Unterminated escape sequence, don't normalise it.
|
||||
return None;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user