Skip to content

Commit d178f75

Browse files
author
github-actions
committed
Merge 3.11 into 3.9
1 parent 7adb1d9 commit d178f75

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
@@ -656,6 +656,8 @@ msgid ""
656656
"Functions wrapped in :func:`functools.partial` now return ``True`` if the "
657657
"wrapped function is a Python generator function."
658658
msgstr ""
659+
":func:`functools.partial` でラップした関数に対して、ラップされた関数が "
660+
"Python のジェネレータ関数である場合は ``True`` を返すようになりました。"
659661

660662
#: ../../library/inspect.rst:317
661663
msgid "Return ``True`` if the object is a generator."
@@ -674,6 +676,9 @@ msgid ""
674676
"Functions wrapped in :func:`functools.partial` now return ``True`` if the "
675677
"wrapped function is a :term:`coroutine function`."
676678
msgstr ""
679+
":func:`functools.partial` でラップした関数に対して、ラップされた関数が コルー"
680+
"チン関数 :term:`coroutine function` である場合は ``True`` を返すようになりま"
681+
"した。"
677682

678683
#: ../../library/inspect.rst:334
679684
msgid ""

0 commit comments

Comments
 (0)