Skip to content

Commit cc66b14

Browse files
authored
fix(library/tempfile): add a missing backtick (python#1009)
1 parent c4c0d58 commit cc66b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/tempfile.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ msgid ""
186186
msgstr ""
187187
"回傳的物件始終是一個\\ :term:`類檔案物件 <file-like object>`,其 :attr:`!"
188188
"file` 屬性是底層的真實檔案物件。這個類檔案物件可以在 :keyword:`with` 陳述式中"
189-
"使用,就像普通檔案一樣。臨時檔案的名稱可以從回傳的類檔案物件的 :attr:!name` "
189+
"使用,就像普通檔案一樣。臨時檔案的名稱可以從回傳的類檔案物件的 :attr:`!name` "
190190
"屬性中取得。在 Unix 上則與 :func:`TemporaryFile` 不同,目錄條目不會在檔案建立"
191191
"後立即被取消鏈接 (unlink)。"
192192

0 commit comments

Comments
 (0)