Skip to content

Commit 1dae074

Browse files
author
github-actions
committed
Merge 3.11 into 3.8
1 parent 91ef16a commit 1dae074

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

library/inspect.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,8 @@ msgid ""
649649
"Functions wrapped in :func:`functools.partial` now return ``True`` if the "
650650
"wrapped function is a Python generator function."
651651
msgstr ""
652+
":func:`functools.partial` でラップした関数に対して、ラップされた関数が "
653+
"Python のジェネレータ関数である場合は ``True`` を返すようになりました。"
652654

653655
#: ../../library/inspect.rst:317
654656
msgid "Return ``True`` if the object is a generator."
@@ -667,6 +669,9 @@ msgid ""
667669
"Functions wrapped in :func:`functools.partial` now return ``True`` if the "
668670
"wrapped function is a :term:`coroutine function`."
669671
msgstr ""
672+
":func:`functools.partial` でラップした関数に対して、ラップされた関数が コルー"
673+
"チン関数 :term:`coroutine function` である場合は ``True`` を返すようになりま"
674+
"した。"
670675

671676
#: ../../library/inspect.rst:334
672677
msgid ""

0 commit comments

Comments
 (0)