We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa4237 commit e628700Copy full SHA for e628700
Doc/library/enum.rst
@@ -1125,7 +1125,7 @@ and raise an error if the two do not match::
1125
_Private__names
1126
"""""""""""""""
1127
1128
-Private names will be normal attributes in Python 3.11 instead of either an error
+:ref:`Private names <private-name-mangling>` will be normal attributes in Python 3.11 instead of either an error
1129
or a member (depending on if the name ends with an underscore). Using these names
1130
in 3.9 and 3.10 will issue a :exc:`DeprecationWarning`.
1131
@@ -1152,7 +1152,7 @@ all-uppercase names for members)::
1152
1153
.. note::
1154
1155
- This behavior is deprecated and will be removed in 3.11.
+ This behavior is deprecated and will be removed in 3.12.
1156
1157
.. versionchanged:: 3.5
1158
0 commit comments