[ty] Use "cannot" consistently over "can not" (#21255)
This commit is contained in:
@@ -130,7 +130,7 @@ static_assert(has_member(C, "base_attr"))
|
||||
static_assert(not has_member(C, "non_existent"))
|
||||
```
|
||||
|
||||
But instance attributes can not be accessed this way:
|
||||
But instance attributes cannot be accessed this way:
|
||||
|
||||
```py
|
||||
static_assert(not has_member(C, "instance_attr"))
|
||||
|
||||
Reference in New Issue
Block a user