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::
11251125_Private__names
11261126"""""""""""""""
11271127
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
11291129or a member (depending on if the name ends with an underscore). Using these names
11301130in 3.9 and 3.10 will issue a :exc: `DeprecationWarning `.
11311131
@@ -1152,7 +1152,7 @@ all-uppercase names for members)::
11521152
11531153.. note ::
11541154
1155- This behavior is deprecated and will be removed in 3.11 .
1155+ This behavior is deprecated and will be removed in 3.12 .
11561156
11571157.. versionchanged :: 3.5
11581158
You can’t perform that action at this time.
0 commit comments