@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.12\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2024-01-19 14:14 +0000\n "
15+ "POT-Creation-Date : 2024-01-26 14:13 +0000\n "
1616"PO-Revision-Date : 2021-06-28 00:50+0000\n "
1717"Last-Translator : haaritsubaki, 2023\n "
1818"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -506,12 +506,12 @@ msgstr ""
506506
507507msgid ""
508508"Can only be used as part of :c:member:`Py_tp_members <PyTypeObject."
509- "tp_members>` :c:type:`slot <PyTypeSlot >` when creating a class using "
509+ "tp_members>` :c:type:`slot <PyType_Slot >` when creating a class using "
510510"negative :c:member:`~PyType_Spec.basicsize`. It is mandatory in that case."
511511msgstr ""
512512
513513msgid ""
514- "This flag is only used in :c:type:`PyTypeSlot `. When setting :c:member:"
514+ "This flag is only used in :c:type:`PyType_Slot `. When setting :c:member:"
515515"`~PyTypeObject.tp_members` during class creation, Python clears it and sets :"
516516"c:member:`PyMemberDef.offset` to the offset from the ``PyObject`` struct."
517517msgstr ""
@@ -677,8 +677,8 @@ msgid "C function to get the attribute."
677677msgstr ""
678678
679679msgid ""
680- "Optional C function to set or delete the attribute, if omitted the attribute "
681- "is readonly ."
680+ "Optional C function to set or delete the attribute. If ``NULL``, the "
681+ "attribute is read-only ."
682682msgstr ""
683683
684684msgid "optional docstring"
@@ -690,7 +690,7 @@ msgstr ""
690690
691691msgid ""
692692"The ``get`` function takes one :c:expr:`PyObject*` parameter (the instance) "
693- "and a function pointer (the associated ``closure``):: "
693+ "and a function pointer (the associated ``closure``):"
694694msgstr ""
695695
696696msgid ""
@@ -700,7 +700,7 @@ msgstr ""
700700
701701msgid ""
702702"``set`` functions take two :c:expr:`PyObject*` parameters (the instance and "
703- "the value to be set) and a function pointer (the associated ``closure``):: "
703+ "the value to be set) and a function pointer (the associated ``closure``):"
704704msgstr ""
705705
706706msgid ""
0 commit comments