@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.15\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-08-17 14:20 +0000\n "
14+ "POT-Creation-Date : 2026-08-25 14:37 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -1174,6 +1174,10 @@ msgid ""
11741174"[3]_"
11751175msgstr ""
11761176
1177+ msgid ""
1178+ "See :ref:`time-complexity` for the costs of the various sequence operations."
1179+ msgstr ""
1180+
11771181msgid "``x in s``"
11781182msgstr "``x in s``"
11791183
@@ -5608,7 +5612,8 @@ msgid ""
56085612"sequence, and computing mathematical operations such as intersection, union, "
56095613"difference, and symmetric difference. (For other containers see the built-"
56105614"in :class:`dict`, :class:`list`, and :class:`tuple` classes, and the :mod:"
5611- "`collections` module.)"
5615+ "`collections` module.) See :ref:`time-complexity` for the costs of the "
5616+ "various set operations."
56125617msgstr ""
56135618
56145619msgid ""
@@ -5825,7 +5830,9 @@ msgid ""
58255830"A :term:`mapping` object maps :term:`hashable` values to arbitrary objects. "
58265831"There are currently two standard mapping types, the :dfn:`dictionary` and :"
58275832"class:`frozendict`. (For other containers see the built-in :class:`list`, :"
5828- "class:`set`, and :class:`tuple` classes, and the :mod:`collections` module.)"
5833+ "class:`set`, and :class:`tuple` classes, and the :mod:`collections` module.) "
5834+ "See :ref:`time-complexity` for the costs of the various dictionary "
5835+ "operations."
58295836msgstr ""
58305837
58315838msgid ""
0 commit comments