Skip to content

Commit cfa122a

Browse files
committed
excise use of "point to"
1 parent d497734 commit cfa122a

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
@@ -618,7 +618,7 @@ impl<'db> Type<'db> {
618618
// Two equivalent types are always subtypes of each other.
619619
//
620620
// "Equivalent to" here means that the two types are both fully static
621-
// and point to exactly the same set of possible runtime objects.
621+
// and describe exactly the same set of possible runtime objects.
622622
// For example, `int` is a subtype of `int` because `int` and `int` are equivalent to each other.
623623
// Equally, `type[object]` is a subtype of `type`,
624624
// because the former type expresses "all subclasses of `object`"

0 commit comments

Comments
 (0)