[ty] Use "cannot" consistently over "can not" (#21255)
This commit is contained in:
@@ -84,7 +84,7 @@ class E(metaclass=Meta): ...
|
||||
reveal_type(inspect.getattr_static(E, "attr")) # revealed: int
|
||||
```
|
||||
|
||||
Metaclass attributes can not be added when probing an instance of the class:
|
||||
Metaclass attributes cannot be added when probing an instance of the class:
|
||||
|
||||
```py
|
||||
reveal_type(inspect.getattr_static(E(), "attr", "non_existent")) # revealed: Literal["non_existent"]
|
||||
|
||||
Reference in New Issue
Block a user