Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 458a3c0

Browse filesBrowse files
[3.12] GH-112152: Fix typo in typing.override docstring (GH-112158) (#112162)
GH-112152: Fix typo in `typing.override` docstring (GH-112158) (cherry picked from commit 12c7e9d) Co-authored-by: Qua27 <92877777+Qua27@users.noreply.github.com>
1 parent a498433 commit 458a3c0
Copy full SHA for 458a3c0

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎Lib/typing.py

Copy file name to clipboardExpand all lines: Lib/typing.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.