Skip to content

Commit 8951d9b

Browse files
committed
excise use of "point to"
1 parent b9066cf commit 8951d9b

File tree

1 file changed

+1
-1
lines changed
  • crates/red_knot_python_semantic/src

1 file changed

+1
-1
lines changed

crates/red_knot_python_semantic/src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ impl<'db> Type<'db> {
616616
// Two equivalent types are always subtypes of each other.
617617
//
618618
// "Equivalent to" here means that the two types are both fully static
619-
// and point to exactly the same set of possible runtime objects.
619+
// and describe exactly the same set of possible runtime objects.
620620
// For example, `int` is a subtype of `int` because `int` and `int` are equivalent to each other.
621621
// Equally, `type[object]` is a subtype of `type`,
622622
// because the former type expresses "all subclasses of `object`"

0 commit comments

Comments
 (0)