From f05331028615aa37663f0d888a26b884c1c57eee Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Thu, 9 Nov 2023 11:12:37 +0000 Subject: [PATCH] fixup news --- .../Library/2023-11-09-11-07-34.gh-issue-111874.dzYc3j.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Misc/NEWS.d/next/Library/2023-11-09-11-07-34.gh-issue-111874.dzYc3j.rst b/Misc/NEWS.d/next/Library/2023-11-09-11-07-34.gh-issue-111874.dzYc3j.rst index 4d9f3d7bc22d20..50408202a7a5a1 100644 --- a/Misc/NEWS.d/next/Library/2023-11-09-11-07-34.gh-issue-111874.dzYc3j.rst +++ b/Misc/NEWS.d/next/Library/2023-11-09-11-07-34.gh-issue-111874.dzYc3j.rst @@ -1,4 +1,4 @@ When creating a :class:`typing.NamedTuple` class, ensure -:func:`__set_name__` is called on all objects that define ``__set_name__`` -and exist in the values of the ``NamedTuple`` class's class dictionary. -Patch by Alex Waygood. +:func:`~object.__set_name__` is called on all objects that define +``__set_name__`` and exist in the values of the ``NamedTuple`` class's class +dictionary. Patch by Alex Waygood.