Skip to content

Commit a550fd5

Browse files
author
github-actions
committed
Merge 3.11 into 3.9
1 parent 8689eef commit a550fd5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

faq/programming.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2090,6 +2090,10 @@ msgid ""
20902090
"registered class even if hasn't directly or indirectly inherited from it. "
20912091
"To test for \"true inheritance\", scan the :term:`MRO` of the class:"
20922092
msgstr ""
2093+
"注意: :func:`isinstance` は :term:`abstract base class` (抽象基底クラス)から"
2094+
"の仮想継承もチェックします。そのため、登録 (register) されたクラスが直接/間接"
2095+
"的にそれを継承していなくても ``True`` を返します。「真のインスタンス」をテス"
2096+
"トする場合は、クラスの :term:`MRO` を調べます:"
20932097

20942098
#: ../../faq/programming.rst:1462
20952099
msgid ""

0 commit comments

Comments
 (0)