File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -478,7 +478,7 @@ msgid ""
478478msgstr ""
479479"その他すべてのキーは省略可能ですが、与えられたなら以下に記述するように解釈さ"
480480"れます。以下のすべての場合において、 '環境設定辞書' と記載されている所では、"
481- "その辞書に特殊な ``'()'`` キーがあるかを調べることで、カスタムのインスタント "
481+ "その辞書に特殊な ``'()'`` キーがあるかを調べることで、カスタムのインスタンス "
482482"化が必要であるか判断されます。その場合は、以下の :ref:`logging-config-dict-"
483483"userdef` で記述されている機構がインスタンス生成に使われます。そうでなければ、"
484484"インスタンス化するべきものを決定するのにコンテキストが使われます。"
@@ -808,7 +808,7 @@ msgid ""
808808"and ``h2``. The formatter for ``h1`` is that described by id ``brief``, and "
809809"the formatter for ``h2`` is that described by id ``precise``."
810810msgstr ""
811- "上記のコード片は、``foo.bar.baz`` というの名ロガーに 、ハンドラ id ``h1`` と "
811+ "上記のコード片は、``foo.bar.baz`` という名のロガーに 、ハンドラ id ``h1`` と "
812812"``h2`` で表される 2 つのハンドラを接続することを示します。``h1`` のフォーマッ"
813813"タは id ``brief`` で記述されるもので、``h2`` のフォーマッタは id ``precise`` "
814814"で記述されるものです。"
Original file line number Diff line number Diff line change @@ -2461,7 +2461,7 @@ msgid ""
24612461"with :meth:`~Mock.assert_has_calls`."
24622462msgstr ""
24632463":func:`call` は :attr:`~Mock.call_args`, :attr:`~Mock.call_args_list`, :attr:"
2464- "`~Mock.mock_calls`, :attr:`~Mock.method_calls` と比較してより下端に assert で"
2464+ "`~Mock.mock_calls`, :attr:`~Mock.method_calls` と比較してより簡単に assert で"
24652465"きるようにするためのヘルパーオブジェクトです。 :func:`call` は :meth:`~Mock."
24662466"assert_has_calls` と組み合わせて使うこともできます。"
24672467
You can’t perform that action at this time.
0 commit comments