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 @@ -649,6 +649,8 @@ msgid ""
649
649
"Functions wrapped in :func:`functools.partial` now return ``True`` if the "
650
650
"wrapped function is a Python generator function."
651
651
msgstr ""
652
+ ":func:`functools.partial` でラップした関数に対して、ラップされた関数が "
653
+ "Python のジェネレータ関数である場合は ``True`` を返すようになりました。"
652
654
653
655
#: ../../library/inspect.rst:317
654
656
msgid "Return ``True`` if the object is a generator."
@@ -667,6 +669,9 @@ msgid ""
667
669
"Functions wrapped in :func:`functools.partial` now return ``True`` if the "
668
670
"wrapped function is a :term:`coroutine function`."
669
671
msgstr ""
672
+ ":func:`functools.partial` でラップした関数に対して、ラップされた関数が コルー"
673
+ "チン関数 :term:`coroutine function` である場合は ``True`` を返すようになりま"
674
+ "した。"
670
675
671
676
#: ../../library/inspect.rst:334
672
677
msgid ""
You can’t perform that action at this time.
0 commit comments