Shantanu 2024-11-17 19:03:36 -08:00 committed by GitHub
parent 0a27c9dabd
commit c46555da41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>),