Skip to content

Commit

Permalink
Drive by typo fix (#14420)
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja authored Nov 18, 2024
1 parent 0a27c9d commit c46555d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/red_knot_python_semantic/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1807,7 +1807,7 @@ impl<'db> KnownClass {
pub enum KnownInstanceType<'db> {
/// The symbol `typing.Literal` (which can also be found as `typing_extensions.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,
/// A single instance of `typing.TypeVar`
TypeVar(TypeVarInstance<'db>),
Expand Down

0 comments on commit c46555d

Please sign in to comment.