]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-44174: [Enum] add reference to name mangling (GH-29116)
authorEthan Furman <ethan@stoneleaf.us>
Thu, 21 Oct 2021 03:32:11 +0000 (20:32 -0700)
committerGitHub <noreply@github.com>
Thu, 21 Oct 2021 03:32:11 +0000 (20:32 -0700)
Doc/howto/enum.rst

index 4621b66270fcc455ab904ecc005ffff4f69e27d9..d9cfad972cfa9df7fe57529a411856cab2daa410 100644 (file)
@@ -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