@@ -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-03-02 05:36 +0000\n "
1515"PO-Revision-Date : 2017-02-16 23:16+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 "
@@ -344,7 +344,7 @@ msgid ""
344344"*object_hook*, if specified, will be called with the result of every JSON "
345345"object decoded and its return value will be used in place of the given :"
346346"class:`dict`. This can be used to provide custom deserializations (e.g. to "
347- "support JSON-RPC class hinting)."
347+ "support ` JSON-RPC <http://www.jsonrpc.org>`_ class hinting)."
348348msgstr ""
349349
350350msgid ""
@@ -412,8 +412,8 @@ msgid ""
412412msgstr ""
413413
414414msgid ""
415- "If *skipkeys* is false (the default), then it is a :exc:`TypeError` to "
416- "attempt encoding of keys that are not :class:`str`, :class:`int`, :class:"
415+ "If *skipkeys* is false (the default), a :exc:`TypeError` will be raised when "
416+ "trying to encode keys that are not :class:`str`, :class:`int`, :class:"
417417"`float` or ``None``. If *skipkeys* is true, such items are simply skipped."
418418msgstr ""
419419
@@ -444,8 +444,8 @@ msgid ""
444444msgstr ""
445445
446446msgid ""
447- "For example, to support arbitrary iterators, you could implement default "
448- "like this::"
447+ "For example, to support arbitrary iterators, you could implement :meth: "
448+ "`default` like this::"
449449msgstr ""
450450
451451msgid ""
0 commit comments