Skip to content

Commit d63502f

Browse files
committed
Update linecache.po
1 parent b513b87 commit d63502f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/linecache.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python 3.13\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2024-09-01 22:24+0800\n"
12-
"PO-Revision-Date: 2025-07-07 23:41+0800\n"
12+
"PO-Revision-Date: 2025-07-07 23:50+0800\n"
1313
"Last-Translator: Weilin Du <1372449351@qq.com>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1515
"tw)\n"
@@ -62,7 +62,7 @@ msgid ""
6262
"character will be included for lines that are found)."
6363
msgstr ""
6464
"從名為 *filename* 的檔案中取得 *lineno* 行。這個函式不會產生異常 --- 它會在出"
65-
"錯時返回 ``''``(找到的行會包含終止換行符號)。"
65+
"錯時返回 ``''`` (找到的行會包含終止換行符號)。"
6666

6767
#: ../../library/linecache.rst:33
6868
msgid ""
@@ -74,7 +74,7 @@ msgid ""
7474
"the entries in the module search path, ``sys.path``."
7575
msgstr ""
7676
"如果找不到名為 *filename* 的檔案,函式會先檢查 *module_globals* 中是否"
77-
"有 :pep:`302``__loader__` 裝載器。如果有這樣一個載入器,而且它定義了一個 "
77+
"有 :pep:`302` `__loader__` 裝載器。如果有這樣一個載入器,而且它定義了一個 "
7878
"``get_source`` 方法,這之後它就會決定原始碼行 (如果 ``get_source()`` 返回 "
7979
"``None``,那麼就會返回 ``''``)。最後,如果 *filename* 是相對的檔案名稱,則會"
8080
"相對於模組搜尋路徑 ``sys.path`` 中的項目進行搜尋。"

0 commit comments

Comments
 (0)