File tree Expand file tree Collapse file tree 3 files changed +7424
-7101
lines changed Expand file tree Collapse file tree 3 files changed +7424
-7101
lines changed Original file line number Diff line number Diff line change @@ -1006,7 +1006,7 @@ msgid ""
1006
1006
" add additional keyword arguments, but only the ones defined here are used "
1007
1007
"by the Python codec registry."
1008
1008
msgstr ""
1009
- "全てのストリームライタはコンストラクタとしてこのインタフェースを提供しなければなりません 。キーワード引数を追加しても構いませんが、Python の "
1009
+ "全てのストリームライタはコンストラクタとしてこのインターフェースを提供しなければなりません 。キーワード引数を追加しても構いませんが、Python の "
1010
1010
"codec レジストリはここで定義されている引数だけを使います。"
1011
1011
1012
1012
#: ../../library/codecs.rst:672
@@ -1245,7 +1245,7 @@ msgid ""
1245
1245
msgstr ""
1246
1246
":class:`StreamReaderWriter` インスタンスを生成します。 *stream* はファイル類似のオブジェクトです。 "
1247
1247
"*Reader* と *Writer* は、それぞれ :class:`StreamReader` と :class:`StreamWriter` "
1248
- "インタフェースを提供するファクトリ関数かファクトリクラスでなければなりません 。エラー処理は、ストリームリーダとライタで定義したものと同じように行われます。"
1248
+ "インターフェースを提供するファクトリ関数かファクトリクラスでなければなりません 。エラー処理は、ストリームリーダとライタで定義したものと同じように行われます。"
1249
1249
1250
1250
#: ../../library/codecs.rst:820
1251
1251
msgid ""
You can’t perform that action at this time.
0 commit comments