Skip to content

Commit bb42f1e

Browse files
committed
fix: Remove extra term ref to fix the error 'inconsistent term references in translated message'
1 parent 2fa2e29 commit bb42f1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/asyncio-runner.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ msgid ""
7777
"*loop_factory* to configure the event loop instead of policies."
7878
msgstr ""
7979
"如果 *loop_factory* 不為 ``None``,它會被用於建立一個新的事件迴圈;"
80-
"否則會改用 :func:`asyncio.new_event_loop`。迴圈會在最後關閉。這個函式應該要作為"
80+
"否則會改用\\ :func:`asyncio.new_event_loop`。迴圈會在最後關閉。這個函式應該要作為"
8181
"asyncio 程式的主要進入點,且理想上僅會被呼叫一次。推薦使用 *loop_factory* 來設定"
82-
"事件迴圈時而不是使用\\ :ref:`policies (政策)<asyncio-polices>`。"
82+
"事件迴圈時而不是使用 polices(政策)。"
8383

8484
#: ../../library/asyncio-runner.rst:46
8585
msgid ""

0 commit comments

Comments
 (0)