Skip to content

Commit

Permalink
GH-112152: Fix typo in typing.override docstring (#112158)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qua27 authored Nov 16, 2023
1 parent bd89bca commit 12c7e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -3345,7 +3345,7 @@ def override[F: _Func](method: F, /) -> F:
Usage::
class Base:
def method(self) -> None: ...
def method(self) -> None:
pass
class Child(Base):
Expand Down

0 comments on commit 12c7e9d

Please sign in to comment.