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 99msgstr ""
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 <mattwang44@gmail.com>\n "
1515"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -505,9 +505,9 @@ msgstr ""
505505
506506#: ../../extending/extending.rst:242
507507msgid ""
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."
511511msgstr ""
512512
513513#: ../../extending/extending.rst:245
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ msgid ""
1010msgstr ""
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 <y9760210@gmail.com>\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
27412742msgid ""
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 "
You can’t perform that action at this time.
0 commit comments