summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/howto/enum.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/howto/enum.rst b/Doc/howto/enum.rst
index 4621b66..d9cfad9 100644
--- a/Doc/howto/enum.rst
+++ b/Doc/howto/enum.rst
@@ -936,7 +936,8 @@ and raise an error if the two do not match::
_Private__names
"""""""""""""""
-Private names are not converted to enum members, but remain normal attributes.
+:ref:`Private names <private-name-mangling>` are not converted to enum members,
+but remain normal attributes.
.. versionchanged:: 3.10