From: Ethan Furman Date: Thu, 21 Oct 2021 03:32:11 +0000 (-0700) Subject: bpo-44174: [Enum] add reference to name mangling (GH-29116) X-Git-Tag: v3.11.0a2~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c4d96103c4e16161e9aed9a584c9857d0674099;p=thirdparty%2FPython%2Fcpython.git bpo-44174: [Enum] add reference to name mangling (GH-29116) --- diff --git a/Doc/howto/enum.rst b/Doc/howto/enum.rst index 4621b66270fc..d9cfad972cfa 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 ` are not converted to enum members, +but remain normal attributes. .. versionchanged:: 3.10