File tree Expand file tree Collapse file tree 4 files changed +295
-303
lines changed Expand file tree Collapse file tree 4 files changed +295
-303
lines changed Original file line number Diff line number Diff line change 9
9
msgstr ""
10
10
"Project-Id-Version : Python 3.13\n "
11
11
"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 "
13
13
"PO-Revision-Date : 2025-02-17 14:34+0000\n "
14
14
"
Last-Translator :
Matt Wang <[email protected] >\n "
15
15
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -505,9 +505,9 @@ msgstr ""
505
505
506
506
#: ../../extending/extending.rst:242
507
507
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."
511
511
msgstr ""
512
512
513
513
#: ../../extending/extending.rst:245
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ msgid ""
10
10
msgstr ""
11
11
"Project-Id-Version : Python 3.13\n "
12
12
"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 "
14
14
"PO-Revision-Date : 2024-05-06 17:06+0800\n "
15
15
"
Last-Translator :
KNChiu <[email protected] >\n "
16
16
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -2738,8 +2738,9 @@ msgstr ""
2738
2738
"的 ``pow(exp, exp)`` 等價於次方運算子:``base**exp``。"
2739
2739
2740
2740
#: ../../library/functions.rst:1568
2741
+ #, fuzzy
2741
2742
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 "
2743
2744
"coercion rules for binary arithmetic operators apply. For :class:`int` "
2744
2745
"operands, the result has the same type as the operands (after coercion) "
2745
2746
"unless the second argument is negative; in that case, all arguments are "
You can’t perform that action at this time.
0 commit comments