Skip to content

Commit baea8f3

Browse files
Qua27miss-islington
authored andcommitted
pythonGH-112152: Fix typo in typing.override docstring (pythonGH-112158)
(cherry picked from commit 12c7e9d) Co-authored-by: Qua27 <92877777+Qua27@users.noreply.github.com>
1 parent a498433 commit baea8f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3364,7 +3364,7 @@ def override[F: _Func](method: F, /) -> F:
33643364
Usage::
33653365
33663366
class Base:
3367-
def method(self) -> None: ...
3367+
def method(self) -> None:
33683368
pass
33693369
33703370
class Child(Base):

0 commit comments

Comments
 (0)