Skip to content

Commit

Permalink
fixup news
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored Nov 9, 2023
1 parent e3b703d commit f053310
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit f053310

Please sign in to comment.