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 @@ -656,6 +656,8 @@ msgid ""
656656"Functions wrapped in :func:`functools.partial` now return ``True`` if the "
657657"wrapped function is a Python generator function."
658658msgstr ""
659+ ":func:`functools.partial` でラップした関数に対して、ラップされた関数が "
660+ "Python のジェネレータ関数である場合は ``True`` を返すようになりました。"
659661
660662#: ../../library/inspect.rst:317
661663msgid "Return ``True`` if the object is a generator."
@@ -674,6 +676,9 @@ msgid ""
674676"Functions wrapped in :func:`functools.partial` now return ``True`` if the "
675677"wrapped function is a :term:`coroutine function`."
676678msgstr ""
679+ ":func:`functools.partial` でラップした関数に対して、ラップされた関数が コルー"
680+ "チン関数 :term:`coroutine function` である場合は ``True`` を返すようになりま"
681+ "した。"
677682
678683#: ../../library/inspect.rst:334
679684msgid ""
You can’t perform that action at this time.
0 commit comments