Skip to content

Commit 30cbc8d

Browse files
sync with cpython aa4525fc
1 parent 65a5240 commit 30cbc8d

File tree

4 files changed

+295
-303
lines changed

4 files changed

+295
-303
lines changed

extending/extending.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Python 3.13\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2025-08-06 00:17+0000\n"
12+
"POT-Creation-Date: 2025-08-09 00:16+0000\n"
1313
"PO-Revision-Date: 2025-02-17 14:34+0000\n"
1414
"Last-Translator: Matt Wang <[email protected]>\n"
1515
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -505,9 +505,9 @@ msgstr ""
505505

506506
#: ../../extending/extending.rst:242
507507
msgid ""
508-
"Since :c:data:`!SpamError` is a global variable, it will be overwitten every "
509-
"time the module is reinitialized, when the :c:data:`Py_mod_exec` function is "
510-
"called."
508+
"Since :c:data:`!SpamError` is a global variable, it will be overwritten "
509+
"every time the module is reinitialized, when the :c:data:`Py_mod_exec` "
510+
"function is called."
511511
msgstr ""
512512

513513
#: ../../extending/extending.rst:245

library/functions.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgid ""
1010
msgstr ""
1111
"Project-Id-Version: Python 3.13\n"
1212
"Report-Msgid-Bugs-To: \n"
13-
"POT-Creation-Date: 2025-06-27 07:36+0000\n"
13+
"POT-Creation-Date: 2025-08-09 00:16+0000\n"
1414
"PO-Revision-Date: 2024-05-06 17:06+0800\n"
1515
"Last-Translator: KNChiu <[email protected]>\n"
1616
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -2738,8 +2738,9 @@ msgstr ""
27382738
"的 ``pow(exp, exp)`` 等價於次方運算子:``base**exp``。"
27392739

27402740
#: ../../library/functions.rst:1568
2741+
#, fuzzy
27412742
msgid ""
2742-
"The arguments must have numeric types. With mixed operand types, the "
2743+
"When arguments are builtin numeric types with mixed operand types, the "
27432744
"coercion rules for binary arithmetic operators apply. For :class:`int` "
27442745
"operands, the result has the same type as the operands (after coercion) "
27452746
"unless the second argument is negative; in that case, all arguments are "

0 commit comments

Comments
 (0)