Skip to content

Commit ffa74ea

Browse files
github-actions[bot]mattwang44
authored andcommitted
sync with cpython b93bd153
1 parent 58fa523 commit ffa74ea

File tree

3 files changed

+888
-896
lines changed

3 files changed

+888
-896
lines changed

library/enum.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.11\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2022-12-07 00:17+0000\n"
10+
"POT-Creation-Date: 2023-01-04 00:15+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-"
@@ -854,7 +854,7 @@ msgid ""
854854
"call an *Enum*'s :meth:`_generate_next_value_` to get an appropriate value. "
855855
"For *Enum* and *IntEnum* that appropriate value will be the last value plus "
856856
"one; for *Flag* and *IntFlag* it will be the first power-of-two greater than "
857-
"the last value; for *StrEnum* it will be the lower-cased version of the "
857+
"the highest value; for *StrEnum* it will be the lower-cased version of the "
858858
"member's name. Care must be taken if mixing *auto()* with manually "
859859
"specified values."
860860
msgstr ""

0 commit comments

Comments
 (0)