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-07-29 07:05 +0000\n "
1515"PO-Revision-Date : 2017-02-16 23:03+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 "
@@ -297,7 +297,8 @@ msgid ""
297297"will be raised."
298298msgstr ""
299299
300- msgid "If the call raised, this method will raise the same exception."
300+ msgid ""
301+ "If the call raised an exception, this method will raise the same exception."
301302msgstr ""
302303
303304msgid ""
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-05-09 06:17 +0000\n "
14+ "POT-Creation-Date : 2021-07-29 07:05 +0000\n "
1515"PO-Revision-Date : 2017-02-16 23:12+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 "
@@ -420,9 +420,6 @@ msgid ""
420420"(`False` for sequential mode)."
421421msgstr ""
422422
423- msgid "Explanation of tree mode parameters."
424- msgstr ""
425-
426423msgid ""
427424"See section 2.10 in `BLAKE2 specification <https://blake2.net/"
428425"blake2_20130129.pdf>`_ for comprehensive review of tree hashing."
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.9\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2021-07-15 06:53 +0000\n "
15+ "POT-Creation-Date : 2021-07-29 07:05 +0000\n "
1616"PO-Revision-Date : 2017-02-16 23:27+0000\n "
1717"Last-Translator : m_aciek <maciej.olko@gmail.com>, 2020\n "
1818"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -160,7 +160,7 @@ msgid ""
160160"`Cursor.description` does not include the type, i. e. if you use something "
161161"like ``'as \" Expiration date [datetime]\" '`` in your SQL, then we will parse "
162162"out everything until the first ``'['`` for the column name and strip the "
163- "preceeding space: the column name would simply be \" Expiration date\" ."
163+ "preceding space: the column name would simply be \" Expiration date\" ."
164164msgstr ""
165165
166166msgid ""
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-05-26 06:28 +0000\n "
14+ "POT-Creation-Date : 2021-07-29 07:05 +0000\n "
1515"PO-Revision-Date : 2017-02-16 23:27+0000\n "
1616"Last-Translator : m_aciek <maciej.olko@gmail.com>, 2021\n "
1717"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -1181,7 +1181,7 @@ msgid ""
11811181"inserts *x* into *s* at the index given by *i* (same as ``s[i:i] = [x]``)"
11821182msgstr ""
11831183
1184- msgid "``s.pop([i] )``"
1184+ msgid "``s.pop()`` or ``s.pop(i )``"
11851185msgstr ""
11861186
11871187msgid "retrieves the item at *i* and also removes it from *s*"
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-07-29 07:05 +0000\n "
1515"PO-Revision-Date : 2017-02-16 23:30+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 "
@@ -45,7 +45,7 @@ msgstr ""
4545
4646msgid ""
4747"Optional keyword arguments correspond to the instance attributes of :class:"
48- "`TextWrapper`, documented below. *width* defaults to ``70``. "
48+ "`TextWrapper`, documented below."
4949msgstr ""
5050
5151msgid ""
You can’t perform that action at this time.
0 commit comments