File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1125,7 +1125,7 @@ and raise an error if the two do not match::
1125
1125
_Private__names
1126
1126
"""""""""""""""
1127
1127
1128
- Private names will be normal attributes in Python 3.11 instead of either an error
1128
+ :ref: ` Private names < private-name-mangling >` will be normal attributes in Python 3.11 instead of either an error
1129
1129
or a member (depending on if the name ends with an underscore). Using these names
1130
1130
in 3.9 and 3.10 will issue a :exc: `DeprecationWarning `.
1131
1131
@@ -1152,7 +1152,7 @@ all-uppercase names for members)::
1152
1152
1153
1153
.. note ::
1154
1154
1155
- This behavior is deprecated and will be removed in 3.11 .
1155
+ This behavior is deprecated and will be removed in 3.12 .
1156
1156
1157
1157
.. versionchanged :: 3.5
1158
1158
You can’t perform that action at this time.
0 commit comments