@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.13\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2026-06-02 01:52 +0000\n "
15+ "POT-Creation-Date : 2026-06-11 19:25 +0000\n "
1616"PO-Revision-Date : 2025-09-15 01:03+0000\n "
1717"Last-Translator : Blessing Oluronbi, 2026\n "
1818"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -1178,17 +1178,8 @@ msgid ""
11781178"argument, and store in the instance's :c:member:`~PyVarObject.ob_size` "
11791179"field. Note that the :c:member:`~PyVarObject.ob_size` field may later be "
11801180"used for other purposes. For example, :py:type:`int` instances use the bits "
1181- "of :c:member:`~PyVarObject.ob_size` in an implementation-defined way; the "
1182- "underlying storage and its size should be accessed using :c:func:"
1183- "`PyLong_Export`."
1181+ "of :c:member:`~PyVarObject.ob_size` in an implementation-defined way."
11841182msgstr ""
1185- "Funkcje takie jak :c:func:`PyObject_NewVar` przyjmują wartość N jako "
1186- "argument i zapisują ją w polu :c:member:`~PyVarObject.ob_size` instancji. "
1187- "Należy pamiętać, że pole :c:member:`~PyVarObject.ob_size` może być później "
1188- "wykorzystane do innych celów. Na przykład instancje :py:type:`int` używają "
1189- "bitów :c:member:`~PyVarObject.ob_size` w sposób zdefiniowany w "
1190- "implementacji; dostęp do pamięci masowej i jej rozmiaru powinien być możliwy "
1191- "za pomocą :c:func:`PyLong_Export`."
11921183
11931184msgid ""
11941185"The :c:member:`~PyVarObject.ob_size` field should be accessed using the :c:"
@@ -3115,8 +3106,8 @@ msgid ""
31153106msgstr ""
31163107
31173108msgid ""
3118- "Check if the request can be met. If not, raise :exc:`BufferError`, set :c: "
3119- "expr:` view->obj` to ``NULL`` and return ``-1``."
3109+ "Check if the request can be met. If not, raise :exc:`BufferError`, set "
3110+ "`` view->obj` ` to ``NULL`` and return ``-1``."
31203111msgstr ""
31213112
31223113msgid "Fill in the requested fields."
@@ -3125,8 +3116,7 @@ msgstr ""
31253116msgid "Increment an internal counter for the number of exports."
31263117msgstr ""
31273118
3128- msgid ""
3129- "Set :c:expr:`view->obj` to *exporter* and increment :c:expr:`view->obj`."
3119+ msgid "Set ``view->obj`` to *exporter* and increment ``view->obj``."
31303120msgstr ""
31313121
31323122msgid "Return ``0``."
@@ -3138,13 +3128,13 @@ msgid ""
31383128msgstr ""
31393129
31403130msgid ""
3141- "Re-export: Each member of the tree acts as the exporting object and sets :c: "
3142- "expr:` view->obj` to a new reference to itself."
3131+ "Re-export: Each member of the tree acts as the exporting object and sets "
3132+ "`` view->obj` ` to a new reference to itself."
31433133msgstr ""
31443134
31453135msgid ""
31463136"Redirect: The buffer request is redirected to the root object of the tree. "
3147- "Here, :c:expr:` view->obj` will be a new reference to the root object."
3137+ "Here, `` view->obj` ` will be a new reference to the root object."
31483138msgstr ""
31493139
31503140msgid ""
@@ -3196,7 +3186,7 @@ msgid ""
31963186msgstr ""
31973187
31983188msgid ""
3199- "This function MUST NOT decrement :c:expr:` view->obj`, since that is done "
3189+ "This function MUST NOT decrement `` view->obj` `, since that is done "
32003190"automatically in :c:func:`PyBuffer_Release` (this scheme is useful for "
32013191"breaking reference cycles)."
32023192msgstr ""
0 commit comments