Skip to content

Commit 4d90028

Browse files
committed
Update translation from Transifex
1 parent 7ada6ac commit 4d90028

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

library/array.po

Lines changed: 2 additions & 3 deletions
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-01-01 05:02+0000\n"
14+
"POT-Creation-Date: 2021-04-27 06:12+0000\n"
1515
"PO-Revision-Date: 2017-02-16 17:48+0000\n"
1616
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2020\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -293,8 +293,7 @@ msgid ""
293293
"Read *n* items (as machine values) from the :term:`file object` *f* and "
294294
"append them to the end of the array. If less than *n* items are available, :"
295295
"exc:`EOFError` is raised, but the items that were available are still "
296-
"inserted into the array. *f* must be a real built-in file object; something "
297-
"else with a :meth:`read` method won't do."
296+
"inserted into the array."
298297
msgstr ""
299298

300299
msgid ""

library/dataclasses.po

Lines changed: 3 additions & 2 deletions
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-03-09 05:40+0000\n"
14+
"POT-Creation-Date: 2021-04-27 06:12+0000\n"
1515
"PO-Revision-Date: 2018-06-29 21:06+0000\n"
1616
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2020\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -556,5 +556,6 @@ msgstr "Sytuacje Wyjątkowe"
556556

557557
msgid ""
558558
"Raised when an implicitly defined :meth:`__setattr__` or :meth:`__delattr__` "
559-
"is called on a dataclass which was defined with ``frozen=True``."
559+
"is called on a dataclass which was defined with ``frozen=True``. It is a "
560+
"subclass of :exc:`AttributeError`."
560561
msgstr ""

0 commit comments

Comments
 (0)