Skip to content

Commit 7c4d961

Browse files
authored
bpo-44174: [Enum] add reference to name mangling (GH-29116)
1 parent dd86f63 commit 7c4d961

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/howto/enum.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,8 @@ and raise an error if the two do not match::
936936
_Private__names
937937
"""""""""""""""
938938

939-
Private names are not converted to enum members, but remain normal attributes.
939+
:ref:`Private names <private-name-mangling>` are not converted to enum members,
940+
but remain normal attributes.
940941

941942
.. versionchanged:: 3.10
942943

0 commit comments

Comments
 (0)