@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.7\n "
13
13
"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 "
15
15
"PO-Revision-Date : 2019-09-01 03:22+0000\n "
16
16
"Last-Translator : tomo, 2019\n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -171,13 +171,11 @@ msgstr ""
171
171
#: ../../library/tempfile.rst:97
172
172
msgid ""
173
173
"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, "
176
176
"depending on whether :func:`rollover` has been called. This file-like "
177
177
"object can be used in a :keyword:`with` statement, just like a normal file."
178
178
msgstr ""
179
- "返されたオブジェクトはファイル様オブジェクトで、その :attr:`_file` 属性は (バイナリかテキスト *mode* が指定されたかどうかに依存して) :class:`io.BytesIO` か :class:`io.StringIO` オブジェクト、あるいは :func:`rollover` が呼ばれたかどうかに依存して本物のファイルオブジェクトになります。\n"
180
- "このファイル様オブジェクトは、通常のファイルオブジェクトと同じように :keyword:`with` 文中で使用することが出来ます。"
181
179
182
180
#: ../../library/tempfile.rst:104
183
181
msgid "the truncate method now accepts a ``size`` argument."
0 commit comments