Skip to content

Commit 5291223

Browse files
sync with cpython 55a26de6
1 parent 2c0785d commit 5291223

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

library/enum.po

Lines changed: 3 additions & 3 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: 2023-01-04 00:15+0000\n"
10+
"POT-Creation-Date: 2023-01-13 00:17+0000\n"
1111
"PO-Revision-Date: 2018-05-23 16:01+0000\n"
1212
"Last-Translator: Adrian Liaw <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -898,8 +898,8 @@ msgstr ""
898898

899899
#: ../../library/enum.rst:822
900900
msgid ""
901-
"in 3.13 the default ``\"generate_next_value_`` will always return the "
902-
"highest member value incremented by 1, and will fail if any member is an "
901+
"in 3.13 the default ``_generate_next_value_`` will always return the highest "
902+
"member value incremented by 1, and will fail if any member is an "
903903
"incompatible type."
904904
msgstr ""
905905

library/sys.po

Lines changed: 4 additions & 4 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-11-12 06:58+0000\n"
10+
"POT-Creation-Date: 2023-01-13 00:17+0000\n"
1111
"PO-Revision-Date: 2018-05-23 16:12+0000\n"
1212
"Last-Translator: Adrian Liaw <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -2583,9 +2583,9 @@ msgstr ""
25832583
msgid ""
25842584
"The version number used to form registry keys on Windows platforms. This is "
25852585
"stored as string resource 1000 in the Python DLL. The value is normally the "
2586-
"first three characters of :const:`version`. It is provided in the :mod:"
2587-
"`sys` module for informational purposes; modifying this value has no effect "
2588-
"on the registry keys used by Python."
2586+
"major and minor versions of the running Python interpreter. It is provided "
2587+
"in the :mod:`sys` module for informational purposes; modifying this value "
2588+
"has no effect on the registry keys used by Python."
25892589
msgstr ""
25902590

25912591
#: ../../library/sys.rst:1817

0 commit comments

Comments
 (0)