File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
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."
298297msgstr ""
299298
300299msgid ""
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
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
557557msgid ""
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`."
560561msgstr ""
You can’t perform that action at this time.
0 commit comments