8000 GH-112152: Fix typo in `typing.override` docstring (#112158) · Glyphack/cpython@9ec4f3b · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ec4f3b

Browse files
Qua27Glyphack
authored andcommitted
pythonGH-112152: Fix typo in typing.override docstring (python#112158)
1 parent 3e098e4 commit 9ec4f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3345,7 +3345,7 @@ def override[F: _Func](method: F, /) -> F:
33453345
Usage::
33463346
33473347
class Base:
3348-
def method(self) -> None: ...
3348+
def method(self) -> None:
33493349
pass
33503350
33513351
class Child(Base):

0 commit comments

Comments
 (0)
0