Skip to content

Commit 12d6114

Browse files
committed
Add ACKS entry, fix rst errors
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 1b91260 commit 12d6114

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ typing
355355

356356
* Add :func:`typing.override`, an override decorator telling to static type
357357
checkers to verify that a method overrides some method or attribute of the
358-
same name on a base class, as per :pep:698 (Contributed by Steven Troxler in
358+
same name on a base class, as per :pep:`698` (Contributed by Steven Troxler in
359359
:gh:`101564`).
360360

361361
sys

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1841,6 +1841,7 @@ Tom Tromey
18411841
John Tromp
18421842
Diane Trout
18431843
Jason Trowbridge
1844+
Steven Troxler
18441845
Brent Tubbs
18451846
Anthony Tuininga
18461847
Erno Tukia

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.

0 commit comments

Comments
 (0)