Skip to content

Commit

Permalink
Update crates/red_knot_python_semantic/src/types.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm authored Nov 7, 2024
1 parent 9f18831 commit dc9d2c3
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 @@ -335,7 +335,7 @@ pub enum Type<'db> {
SubclassOf(SubclassOfType<'db>),
/// The set of Python objects with the given class in their __class__'s method resolution order
Instance(InstanceType<'db>),
/// A specific symbol that is special enough at runtime to be treated as its own type
/// A single Python object that requires special treatment in the type system
KnownInstance(KnownInstanceType),
/// The set of objects in any of the types in the union
Union(UnionType<'db>),
Expand Down

0 comments on commit dc9d2c3

Please sign in to comment.