mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-15 16:10:17 +00:00
Fix some typos in comments (#13157)
This commit is contained in:
parent
281e6d9791
commit
ce68f1cc1b
2 changed files with 2 additions and 2 deletions
|
@ -2095,7 +2095,7 @@ bitflags! {
|
|||
/// `__future__`-style type annotations are enabled in this model.
|
||||
/// That could be because it's a stub file,
|
||||
/// or it could be because it's a non-stub file that has `from __future__ import annotations`
|
||||
/// a the top of the module.
|
||||
/// at the top of the module.
|
||||
const FUTURE_ANNOTATIONS_OR_STUB = Self::FUTURE_ANNOTATIONS.bits() | Self::STUB_FILE.bits();
|
||||
|
||||
/// The model has traversed past the module docstring.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue