Skip to content

Commit b90a522

Browse files
committed
Update crates/ty_python_semantic/resources/mdtest/class/super.md
1 parent 5710c77 commit b90a522

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/ty_python_semantic/resources/mdtest/class

crates/ty_python_semantic/resources/mdtest/class/super.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def _(x: object, y: SomeTypedDict, z: Callable[[int, str], bool]):
127127
reveal_type(super(list[int], []))
128128
```
129129

130-
`super(pivot_class, owner)` can be done from inside methods, just like single-argument `super()`:
130+
`super(pivot_class, owner)` can be called from inside methods, just like single-argument `super()`:
131131

132132
```py
133133
class Super:

0 commit comments

Comments
 (0)