Skip to content

Commit ef34201

Browse files
committed
Update translation from Transifex
1 parent bf61584 commit ef34201

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

c-api/memory.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.8\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2021-01-01 16:06+0000\n"
14+
"POT-Creation-Date: 2021-03-09 16:42+0000\n"
1515
"PO-Revision-Date: 2020-05-30 11:49+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"
@@ -661,7 +661,7 @@ msgstr ""
661661
msgid "allocate an arena of size bytes"
662662
msgstr ""
663663

664-
msgid "``void free(void *ctx, size_t size, void *ptr)``"
664+
msgid "``void free(void *ctx, void *ptr, size_t size)``"
665665
msgstr ""
666666

667667
msgid "free an arena"

library/dataclasses.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.8\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2021-01-01 16:06+0000\n"
14+
"POT-Creation-Date: 2021-03-09 16:42+0000\n"
1515
"PO-Revision-Date: 2020-05-30 11:59+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"
@@ -151,7 +151,7 @@ msgid ""
151151
msgstr ""
152152

153153
msgid ""
154-
"If :meth:`__hash__` is not explicit defined, or if it is set to ``None``, "
154+
"If :meth:`__hash__` is not explicitly defined, or if it is set to ``None``, "
155155
"then :func:`dataclass` *may* add an implicit :meth:`__hash__` method. "
156156
"Although not recommended, you can force :func:`dataclass` to create a :meth:"
157157
"`__hash__` method with ``unsafe_hash=True``. This might be the case if your "

0 commit comments

Comments
 (0)