Skip to content

Commit 17e2a24

Browse files
sync with cpython bdda85ec
1 parent 49a783a commit 17e2a24

File tree

4 files changed

+895
-337
lines changed

4 files changed

+895
-337
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.13\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2024-09-23 07:52+0800\n"
10+
"POT-Creation-Date: 2024-11-02 00:13+0000\n"
1111
"PO-Revision-Date: 2023-09-11 14:08+0800\n"
1212
"Last-Translator: Adrian Liaw <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -83,7 +83,7 @@ msgid ""
8383
"... BLUE = 3\n"
8484
"\n"
8585
">>> # functional syntax\n"
86-
">>> Color = Enum('Color', ['RED', 'GREEN', 'BLUE'])"
86+
">>> Color = Enum('Color', [('RED', 1), ('GREEN', 2), ('BLUE', 3)])"
8787
msgstr ""
8888

8989
#: ../../library/enum.rst:49

0 commit comments

Comments
 (0)