Skip to content

Commit 0d13e83

Browse files
committed
Merge branch 'namedtuple-setname' of https://github.com/AlexWaygood/cpython into namedtuple-setname
2 parents 7ccff63 + f053310 commit 0d13e83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
When creating a :class:`typing.NamedTuple` class, ensure
2-
:func:`__set_name__` is called on all objects that define ``__set_name__``
3-
and exist in the values of the ``NamedTuple`` class's class dictionary.
4-
Patch by Alex Waygood.
2+
:func:`~object.__set_name__` is called on all objects that define
3+
``__set_name__`` and exist in the values of the ``NamedTuple`` class's class
4+
dictionary. Patch by Alex Waygood.

0 commit comments

Comments
 (0)