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