Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 50f4ab5

Browse files
[po] auto sync
1 parent f526d11 commit 50f4ab5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

library/tempfile.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ msgid ""
176176
"depending on whether :func:`rollover` has been called. This file-like "
177177
"object can be used in a :keyword:`with` statement, just like a normal file."
178178
msgstr ""
179+
"返回的对象是文件类对象 (file-like object),它的 :attr:`_file` 属性是 :class:`io.BytesIO` 或 "
180+
":class:`io.TextIOWrapper` 对象(取决于指定的是二进制模式还是文本模式)或真实的文件对象(取决于是否已调用 "
181+
":func:`rollover`)。文件类对象可以像普通文件一样在 :keyword:`with` 语句中使用。"
179182

180183
#: ../../library/tempfile.rst:114
181184
msgid "the truncate method now accepts a ``size`` argument."

0 commit comments

Comments
 (0)