Skip to content

Commit 8a4a20c

Browse files
committed
Update translation from Transifex
1 parent 8b6073e commit 8a4a20c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

faq/programming.po

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.9\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2021-04-04 05:56+0000\n"
14+
"POT-Creation-Date: 2021-04-06 05:58+0000\n"
1515
"PO-Revision-Date: 2017-02-16 17:43+0000\n"
1616
"Last-Translator: Stefan Ocetkiewicz <stefan.ocetkiewicz@gmail.com>, 2020\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1321,6 +1321,13 @@ msgid ""
13211321
"``isinstance(obj, str)`` or ``isinstance(obj, (int, float, complex))``."
13221322
msgstr ""
13231323

1324+
msgid ""
1325+
"Note that :func:`isinstance` also checks for virtual inheritance from an :"
1326+
"term:`abstract base class`. So, the test will return ``True`` for a "
1327+
"registered class even if hasn't directly or indirectly inherited from it. "
1328+
"To test for \"true inheritance\", scan the :term:`MRO` of the class:"
1329+
msgstr ""
1330+
13241331
msgid ""
13251332
"Note that most programs do not use :func:`isinstance` on user-defined "
13261333
"classes very often. If you are developing the classes yourself, a more "

0 commit comments

Comments
 (0)