@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-11-13 14:15 +0000\n "
14+ "POT-Creation-Date : 2025-11-19 14:14 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -385,9 +385,9 @@ msgstr ""
385385
386386msgid ""
387387"The *bases* argument can be used to specify base classes; it can either be "
388- "only one class or a tuple of classes. If *bases* is ``NULL``, the "
389- "* Py_tp_bases* slot is used instead. If that also is ``NULL``, the "
390- "* Py_tp_base* slot is used instead. If that also is ``NULL``, the new type "
388+ "only one class or a tuple of classes. If *bases* is ``NULL``, the :c:data: "
389+ "` Py_tp_bases` slot is used instead. If that also is ``NULL``, the :c:data: "
390+ "` Py_tp_base` slot is used instead. If that also is ``NULL``, the new type "
391391"derives from :class:`object`."
392392msgstr ""
393393
@@ -564,13 +564,13 @@ msgid ""
564564"prefix. For example, use:"
565565msgstr ""
566566
567- msgid "`` Py_tp_dealloc` ` to set :c:member:`PyTypeObject.tp_dealloc`"
567+ msgid ":c:data:` Py_tp_dealloc` to set :c:member:`PyTypeObject.tp_dealloc`"
568568msgstr ""
569569
570- msgid "`` Py_nb_add` ` to set :c:member:`PyNumberMethods.nb_add`"
570+ msgid ":c:data:` Py_nb_add` to set :c:member:`PyNumberMethods.nb_add`"
571571msgstr ""
572572
573- msgid "`` Py_sq_length` ` to set :c:member:`PySequenceMethods.sq_length`"
573+ msgid ":c:data:` Py_sq_length` to set :c:member:`PySequenceMethods.sq_length`"
574574msgstr ""
575575
576576msgid ""
@@ -603,8 +603,8 @@ msgstr ""
603603msgid ""
604604"If it is not possible to switch to a ``MANAGED`` flag (for example, for "
605605"vectorcall or to support Python older than 3.12), specify the offset in :c:"
606- "member :`Py_tp_members <PyTypeObject.tp_members> `. See :ref:`PyMemberDef "
607- "documentation <pymemberdef- offsets>` for details."
606+ "data :`Py_tp_members`. See :ref:`PyMemberDef documentation <pymemberdef- "
607+ "offsets>` for details."
608608msgstr ""
609609
610610msgid ""
@@ -633,8 +633,8 @@ msgid ""
633633msgstr ""
634634
635635msgid ""
636- "The field :c:member:`~PyTypeObject.tp_vectorcall` can now set using "
637- "`` Py_tp_vectorcall` `. See the field's documentation for details."
636+ "The field :c:member:`~PyTypeObject.tp_vectorcall` can now set using :c:data: "
637+ "`Py_tp_vectorcall`. See the field's documentation for details."
638638msgstr ""
639639
640640msgid ""
@@ -645,8 +645,8 @@ msgstr ""
645645msgid "*pfunc* values may not be ``NULL``, except for the following slots:"
646646msgstr ""
647647
648- msgid "`` Py_tp_doc` `"
649- msgstr "``Py_tp_doc`` "
648+ msgid ":c:data:` Py_tp_doc`"
649+ msgstr ""
650650
651651msgid ""
652652":c:data:`Py_tp_token` (for clarity, prefer :c:data:`Py_TP_USE_SPEC` rather "
0 commit comments