File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -660,6 +660,8 @@ msgid ""
660660"Functions wrapped in :func:`functools.partial` now return ``True`` if the "
661661"wrapped function is a Python generator function."
662662msgstr ""
663+ ":func:`functools.partial` でラップした関数に対して、ラップされた関数が "
664+ "Python のジェネレータ関数である場合は ``True`` を返すようになりました。"
663665
664666#: ../../library/inspect.rst:324
665667msgid "Return ``True`` if the object is a generator."
@@ -678,6 +680,9 @@ msgid ""
678680"Functions wrapped in :func:`functools.partial` now return ``True`` if the "
679681"wrapped function is a :term:`coroutine function`."
680682msgstr ""
683+ ":func:`functools.partial` でラップした関数に対して、ラップされた関数が コルー"
684+ "チン関数 :term:`coroutine function` である場合は ``True`` を返すようになりま"
685+ "した。"
681686
682687#: ../../library/inspect.rst:341
683688msgid ""
You can’t perform that action at this time.
0 commit comments