@@ -17,7 +17,7 @@ msgid ""
17
17
msgstr ""
18
18
"Project-Id-Version : Python 3.8\n "
19
19
"Report-Msgid-Bugs-To : \n "
20
- "POT-Creation-Date : 2019-09-11 00:37 +0000\n "
20
+ "POT-Creation-Date : 2019-11-28 12:03 +0000\n "
21
21
"PO-Revision-Date : 2017-02-16 23:30+0000\n "
22
22
"Last-Translator : tomo, 2019\n "
23
23
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -186,13 +186,11 @@ msgstr ""
186
186
#: ../../library/tempfile.rst:107
187
187
msgid ""
188
188
"The returned object is a file-like object whose :attr:`_file` attribute is "
189
- "either an :class:`io.BytesIO` or :class:`io.StringIO ` object (depending on "
190
- "whether binary or text *mode* was specified) or a true file object, "
189
+ "either an :class:`io.BytesIO` or :class:`io.TextIOWrapper ` object (depending"
190
+ " on whether binary or text *mode* was specified) or a true file object, "
191
191
"depending on whether :func:`rollover` has been called. This file-like "
192
192
"object can be used in a :keyword:`with` statement, just like a normal file."
193
193
msgstr ""
194
- "返されたオブジェクトはファイル様オブジェクトで、その :attr:`_file` 属性は (バイナリかテキスト *mode* が指定されたかどうかに依存して) :class:`io.BytesIO` か :class:`io.StringIO` オブジェクト、あるいは :func:`rollover` が呼ばれたかどうかに依存して本物のファイルオブジェクトになります。\n"
195
- "このファイル様オブジェクトは、通常のファイルオブジェクトと同じように :keyword:`with` 文中で使用することが出来ます。"
196
194
197
195
#: ../../library/tempfile.rst:114
198
196
msgid "the truncate method now accepts a ``size`` argument."
0 commit comments