File tree 3 files changed +888
-896
lines changed
3 files changed +888
-896
lines changed Original file line number Diff line number Diff line change 7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.11\n "
9
9
"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 "
11
11
"PO-Revision-Date : 2018-05-23 16:01+0000\n "
12
12
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -854,7 +854,7 @@ msgid ""
854
854
"call an *Enum*'s :meth:`_generate_next_value_` to get an appropriate value. "
855
855
"For *Enum* and *IntEnum* that appropriate value will be the last value plus "
856
856
"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 "
858
858
"member's name. Care must be taken if mixing *auto()* with manually "
859
859
"specified values."
860
860
msgstr ""
You can’t perform that action at this time.
0 commit comments