File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ msgid ""
412
412
" for custom codec implementations."
413
413
msgstr ""
414
414
":mod:`codecs` モジュールは、 codec "
415
- "オブジェクトを操作するインタフェースを定義する一連の基底クラスを定義します 。このモジュールは、カスタムの codec "
415
+ "オブジェクトを操作するインターフェースを定義する一連の基底クラスを定義します 。このモジュールは、カスタムの codec "
416
416
"の実装の基礎として使用することもできます。"
417
417
418
418
#: ../../library/codecs.rst:280
@@ -744,7 +744,7 @@ msgid ""
744
744
" objects and memory mapped files."
745
745
msgstr ""
746
746
"テキストエンコーディングとバイト列からバイト列への codec では、*input* は bytes "
747
- "オブジェクト、または読み出し専用のバッファインタフェースを提供するオブジェクトである必要があります 。例えば、buffer "
747
+ "オブジェクト、または読み出し専用のバッファインターフェースを提供するオブジェクトである必要があります 。例えば、buffer "
748
748
"オブジェクトやメモリマップドファイルでなければなりません。"
749
749
750
750
#: ../../library/codecs.rst:498
Original file line number Diff line number Diff line change @@ -2125,7 +2125,7 @@ msgid ""
2125
2125
"On Windows, opening a console buffer may return a subclass of "
2126
2126
":class:`io.RawIOBase` other than :class:`io.FileIO`."
2127
2127
msgstr ""
2128
- "Windowsでは、コンソールバッファのオープンは、:class:`io.FileIO`ではなく、:class:`io.RawIOBase` "
2128
+ "Windowsでは、コンソールバッファのオープンは、:class:`io.FileIO` ではなく、:class:`io.RawIOBase` "
2129
2129
"のサブクラスを返すでしょう。"
2130
2130
2131
2131
#: ../../library/functions.rst:1276
Original file line number Diff line number Diff line change 14
14
# samuel300z <samuel300z@gmail.com>, 2020
15
15
# tomo, 2020
16
16
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
17
+ # mollinaca, 2020
17
18
#
18
19
#, fuzzy
19
20
msgid ""
@@ -22,7 +23,7 @@ msgstr ""
22
23
"Report-Msgid-Bugs-To : \n "
23
24
"POT-Creation-Date : 2020-05-31 09:25+0000\n "
24
25
"PO-Revision-Date : 2017-02-16 23:20+0000\n "
25
- "Last-Translator : Tetsuo Koyama <tkoyama010@gmail.com> , 2020\n "
26
+ "Last-Translator : mollinaca , 2020\n "
26
27
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
27
28
"MIME-Version : 1.0\n "
28
29
"Content-Type : text/plain; charset=UTF-8\n "
@@ -368,7 +369,7 @@ msgid ""
368
369
"returned as long as it is a :class:`str` or :class:`bytes` object. In all "
369
370
"other cases, :exc:`TypeError` is raised."
370
371
msgstr ""
371
- "もし :class:`str` か :class:`bytes: のオブジェクトが渡された場合は、変更せずにそのまま返します。さもなければ、 "
372
+ "もし :class:`str` か :class:`bytes:` のオブジェクトが渡された場合は、変更せずにそのまま返します。さもなければ、 "
372
373
":meth:`~os.PathLike.__fspath__` が呼び出され、その戻り値が :class:`str` か :class:`bytes` "
373
374
"のオブジェクトであれば、その値を返します。他のすべてのケースでは :exc:`TypeError` が送出されます。"
374
375
You can’t perform that action at this time.
0 commit comments