Skip to content

Commit 11322ec

Browse files
github-actions[bot]mattwang44
authored andcommitted
sync with cpython c53428fe
1 parent ab68fc8 commit 11322ec

File tree

3 files changed

+387
-383
lines changed

3 files changed

+387
-383
lines changed

library/enum.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.7\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2021-10-21 00:12+0000\n"
10+
"POT-Creation-Date: 2021-10-22 00:14+0000\n"
1111
"PO-Revision-Date: 2018-05-23 16:01+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -984,9 +984,10 @@ msgstr ""
984984

985985
#: ../../library/enum.rst:1128
986986
msgid ""
987-
"Private names will be normal attributes in Python 3.11 instead of either an "
988-
"error or a member (depending on if the name ends with an underscore). Using "
989-
"these names in 3.9 and 3.10 will issue a :exc:`DeprecationWarning`."
987+
":ref:`Private names <private-name-mangling>` will be normal attributes in "
988+
"Python 3.11 instead of either an error or a member (depending on if the name "
989+
"ends with an underscore). Using these names in 3.9 and 3.10 will issue a :"
990+
"exc:`DeprecationWarning`."
990991
msgstr ""
991992

992993
#: ../../library/enum.rst:1134
@@ -1004,7 +1005,7 @@ msgid ""
10041005
msgstr ""
10051006

10061007
#: ../../library/enum.rst:1155
1007-
msgid "This behavior is deprecated and will be removed in 3.11."
1008+
msgid "This behavior is deprecated and will be removed in 3.12."
10081009
msgstr ""
10091010

10101011
#: ../../library/enum.rst:1161

0 commit comments

Comments
 (0)