Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 12c7e9d

Browse files
authored
GH-112152: Fix typo in typing.override docstring (#112158)
1 parent bd89bca commit 12c7e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/typing.py

+1-1
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)