@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.13\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-12-01 15:07 +0000\n "
14+ "POT-Creation-Date : 2025-12-03 15:04 +0000\n "
1515"PO-Revision-Date : 2025-09-15 01:04+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -5187,13 +5187,13 @@ msgid ""
51875187msgstr ""
51885188
51895189msgid ""
5190- "If a subclass of dict defines a method :meth:`__missing__` and *key* is not "
5191- "present, the ``d[key]`` operation calls that method with the key *key* as "
5192- "argument. The ``d[key]`` operation then returns or raises whatever is "
5193- "returned or raised by the ``__missing__(key)`` call. No other operations or "
5194- "methods invoke :meth:`__missing__`. If :meth:`__missing__` is not defined, : "
5195- "exc:`KeyError` is raised. :meth:`__missing__` must be a method; it cannot be "
5196- "an instance variable::"
5190+ "If a subclass of dict defines a method :meth:`~object. __missing__` and *key* "
5191+ "is not present, the ``d[key]`` operation calls that method with the key "
5192+ "*key* as argument. The ``d[key]`` operation then returns or raises whatever "
5193+ "is returned or raised by the ``__missing__(key)`` call. No other operations "
5194+ "or methods invoke :meth:`~object. __missing__`. If :meth:`~object. "
5195+ "__missing__` is not defined, : exc:`KeyError` is raised. :meth:`~object. "
5196+ "__missing__` must be a method; it cannot be an instance variable::"
51975197msgstr ""
51985198
51995199msgid ""
@@ -5211,8 +5211,8 @@ msgstr ""
52115211
52125212msgid ""
52135213"The example above shows part of the implementation of :class:`collections."
5214- "Counter`. A different `` __missing__`` method is used by :class:`collections. "
5215- "defaultdict`."
5214+ "Counter`. A different :meth:`! __missing__` method is used by :class:"
5215+ "`collections. defaultdict`."
52165216msgstr ""
52175217
52185218msgid "Set ``d[key]`` to *value*."
0 commit comments