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