Skip to content

Commit 1cc6555

Browse files
sync with cpython 57b5baf3
1 parent a9d1fe5 commit 1cc6555

File tree

2 files changed

+97
-75
lines changed

2 files changed

+97
-75
lines changed

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.13\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-07-07 12:52+0000\n"
10+
"POT-Creation-Date: 2025-08-23 00:15+0000\n"
1111
"PO-Revision-Date: 2023-04-26 02:54+0800\n"
1212
"Last-Translator: Adrian Liaw <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -2094,9 +2094,9 @@ msgstr ""
20942094
#: ../../library/sys.rst:1628
20952095
msgid ""
20962096
"Trace functions should have three arguments: *frame*, *event*, and *arg*. "
2097-
"*frame* is the current stack frame. *event* is a string: ``'call'``, "
2098-
"``'line'``, ``'return'``, ``'exception'`` or ``'opcode'``. *arg* depends on "
2099-
"the event type."
2097+
"*frame* is the :ref:`current stack frame <frame-objects>`. *event* is a "
2098+
"string: ``'call'``, ``'line'``, ``'return'``, ``'exception'`` or "
2099+
"``'opcode'``. *arg* depends on the event type."
21002100
msgstr ""
21012101

21022102
#: ../../library/sys.rst:1633

0 commit comments

Comments
 (0)