@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version :Python 3.14\n "
1414"Report-Msgid-Bugs-To :\n "
15- "POT-Creation-Date :2025-10-13 14:15 +0000\n "
15+ "POT-Creation-Date :2025-11-03 14:20 +0000\n "
1616"PO-Revision-Date :2025-09-16 00:00+0000\n "
1717"Last-Translator :Freesand Leo <yuqinju@163.com>, 2025\n "
1818"Language-Team :Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -927,7 +927,7 @@ msgstr ""
927927msgid ""
928928"In the example below, ``my_func`` is called with a unique temporary object "
929929"as its argument::"
930- msgstr "在下面的例子中,调用``my_func``时使用一个唯一的临时对象作为参数::"
930+ msgstr "在下面的例子中,调用 ``my_func`` 时使用一个唯一的临时对象作为参数::"
931931
932932#: ../../c-api/object.rst:638
933933msgid "my_func([1, 2, 3])"
@@ -937,7 +937,7 @@ msgstr "my_func([1, 2, 3])"
937937msgid ""
938938"In the example below, ``my_func`` is **not** called with a unique temporary "
939939"object as its argument, even if its refcount is ``1``::"
940- msgstr "在下面的例子中,调用``my_func``时 *不是* 使用一个唯一的临时对象作为参数,即使它的refcount是 ``1``::"
940+ msgstr "在下面的例子中,调用 ``my_func`` 时 *不是* 使用一个唯一的临时对象作为参数,即使它的引用计数为 ``1``::"
941941
942942#: ../../c-api/object.rst:643
943943msgid ""