mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-27 20:42:10 +00:00
Drive by typo fix (#14420)
Introduced in https://github.com/astral-sh/ruff/pull/14397/files#diff-42314c006689490bbdfbeeb973de64046b3e069e3d88f67520aeba375f20e655
This commit is contained in:
parent
0a27c9dabd
commit
c46555da41
1 changed files with 1 additions and 1 deletions
|
@ -1807,7 +1807,7 @@ impl<'db> KnownClass {
|
||||||
pub enum KnownInstanceType<'db> {
|
pub enum KnownInstanceType<'db> {
|
||||||
/// The symbol `typing.Literal` (which can also be found as `typing_extensions.Literal`)
|
/// The symbol `typing.Literal` (which can also be found as `typing_extensions.Literal`)
|
||||||
Literal,
|
Literal,
|
||||||
/// The symbol `typing.Optional` (which can also be found as `typing_extensions.Literal`)
|
/// The symbol `typing.Optional` (which can also be found as `typing_extensions.Optional`)
|
||||||
Optional,
|
Optional,
|
||||||
/// A single instance of `typing.TypeVar`
|
/// A single instance of `typing.TypeVar`
|
||||||
TypeVar(TypeVarInstance<'db>),
|
TypeVar(TypeVarInstance<'db>),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue