Skip to content

Commit afb74de

Browse files
stroxlerAlexWaygood
andcommitted
Update Misc/NEWS.d/next/Library/2023-02-04-16-35-46.gh-issue-101561.Xo6pIZ.rst
Co-authored-by: Alex Waygood <[email protected]>
1 parent 42277cb commit afb74de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Misc/NEWS.d/next/Library/2023-02-04-16-35-46.gh-issue-101561.Xo6pIZ.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Add a new decorator ``typing.override``.
22

33
This decorator indicates to static type checkers that they should verify the method overrides an attribute or method of the same name in a base class. This is useful for catching bugs when base class methods are renamed but some children are not updated accordingly.
44

5-
See :pep:`698` for details.
5+
See :pep:`698` for details. Patch by Steven Troxler.

0 commit comments

Comments
 (0)