Skip to content

Commit 8afed0c

Browse files
author
github-actions
committed
Merge 3.11 into 3.10
1 parent 5140551 commit 8afed0c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎library/inspect.po

+5
Original file line numberDiff line numberDiff 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."
662662
msgstr ""
663+
":func:`functools.partial` でラップした関数に対して、ラップされた関数が "
664+
"Python のジェネレータ関数である場合は ``True`` を返すようになりました。"
663665

664666
#: ../../library/inspect.rst:324
665667
msgid "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`."
680682
msgstr ""
683+
":func:`functools.partial` でラップした関数に対して、ラップされた関数が コルー"
684+
"チン関数 :term:`coroutine function` である場合は ``True`` を返すようになりま"
685+
"した。"
681686

682687
#: ../../library/inspect.rst:341
683688
msgid ""

0 commit comments

Comments
 (0)