@@ -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-09-05 15:15 +0000\n "
14+ "POT-Creation-Date : 2025-09-07 15:08 +0000\n "
1515"PO-Revision-Date : 2025-07-18 19:21+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -47,8 +47,9 @@ msgid ""
4747"quotes), or after specifying a decorator."
4848msgstr ""
4949
50- msgid "The :const:`Ellipsis` built-in constant."
51- msgstr "Wbudowanej stałej :const:`Ellipsis`."
50+ msgid ""
51+ "The three dots form of the :ref:`Ellipsis <bltin-ellipsis-object>` object."
52+ msgstr ""
5253
5354msgid "abstract base class"
5455msgstr "abstrakcyjna klasa bazowa"
@@ -1837,11 +1838,11 @@ msgstr ""
18371838msgid ""
18381839"The :class:`collections.abc.Sequence` abstract base class defines a much "
18391840"richer interface that goes beyond just :meth:`~object.__getitem__` and :meth:"
1840- "`~object.__len__`, adding :meth:`! count`, :meth:`! index`, :meth:`~object. "
1841- "__contains__`, and :meth:`~object.__reversed__`. Types that implement this "
1842- "expanded interface can be registered explicitly using :func:`~abc.ABCMeta. "
1843- "register`. For more documentation on sequence methods generally, see :ref: "
1844- "`Common Sequence Operations <typesseq-common>`."
1841+ "`~object.__len__`, adding :meth:`~sequence. count`, :meth:`~sequence. index`, :"
1842+ "meth:`~object. __contains__`, and :meth:`~object.__reversed__`. Types that "
1843+ "implement this expanded interface can be registered explicitly using :func:"
1844+ "`~abc.ABCMeta. register`. For more documentation on sequence methods "
1845+ "generally, see :ref: `Common Sequence Operations <typesseq-common>`."
18451846msgstr ""
18461847
18471848msgid "set comprehension"
@@ -2171,6 +2172,12 @@ msgid ""
21712172"\" ``import this``\" at the interactive prompt."
21722173msgstr ""
21732174
2175+ msgid "..."
2176+ msgstr ""
2177+
2178+ msgid "ellipsis literal"
2179+ msgstr ""
2180+
21742181msgid "C-contiguous"
21752182msgstr ""
21762183
0 commit comments