Skip to content

Commit

Permalink
fix typo in override() docstring (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Nov 29, 2023
1 parent 4f91502 commit e4d9d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typing_extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2252,7 +2252,7 @@ def override(arg: _F, /) -> _F:
Usage:
class Base:
def method(self) -> None: ...
def method(self) -> None:
pass
class Child(Base):
Expand Down

0 comments on commit e4d9d8b

Please sign in to comment.