Skip to content

Commit 26c67fd

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 7564c8a commit 26c67fd

File tree

3 files changed

+4556
-4550
lines changed

3 files changed

+4556
-4550
lines changed

library/tempfile.po

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.7\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2019-09-11 01:07+0000\n"
14+
"POT-Creation-Date: 2019-11-29 04:14+0000\n"
1515
"PO-Revision-Date: 2019-09-01 03:22+0000\n"
1616
"Last-Translator: tomo, 2019\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -171,13 +171,11 @@ msgstr ""
171171
#: ../../library/tempfile.rst:97
172172
msgid ""
173173
"The returned object is a file-like object whose :attr:`_file` attribute is "
174-
"either an :class:`io.BytesIO` or :class:`io.StringIO` object (depending on "
175-
"whether binary or text *mode* was specified) or a true file object, "
174+
"either an :class:`io.BytesIO` or :class:`io.TextIOWrapper` object (depending"
175+
" on whether binary or text *mode* was specified) or a true file object, "
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-
"返されたオブジェクトはファイル様オブジェクトで、その :attr:`_file` 属性は (バイナリかテキスト *mode* が指定されたかどうかに依存して) :class:`io.BytesIO` か :class:`io.StringIO` オブジェクト、あるいは :func:`rollover` が呼ばれたかどうかに依存して本物のファイルオブジェクトになります。\n"
180-
"このファイル様オブジェクトは、通常のファイルオブジェクトと同じように :keyword:`with` 文中で使用することが出来ます。"
181179

182180
#: ../../library/tempfile.rst:104
183181
msgid "the truncate method now accepts a ``size`` argument."

0 commit comments

Comments
 (0)