File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
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 ""
661661msgid "allocate an arena of size bytes"
662662msgstr ""
663663
664- msgid "``void free(void *ctx, size_t size, void *ptr)``"
664+ msgid "``void free(void *ctx, void *ptr, size_t size )``"
665665msgstr ""
666666
667667msgid "free an arena"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
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 ""
151151msgstr ""
152152
153153msgid ""
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 "
You can’t perform that action at this time.
0 commit comments