Skip to content

Commit

Permalink
Update class-compat.rst: fix a typo (#1656)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuraga authored Mar 10, 2024
1 parent ca38780 commit 438055a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spec/class-compat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ method or attribute in some ancestor class.
return 2
@override
def baz() -> int: # Type check error: no matching signature in ancestor
def baz(self) -> int: # Type check error: no matching signature in ancestor
return 1
Expand Down

0 comments on commit 438055a

Please sign in to comment.