@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.11\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2022-12-08 04:15 +0000\n "
14+ "POT-Creation-Date : 2022-12-17 16:14 +0000\n "
1515"PO-Revision-Date : 2021-06-28 00:50+0000\n "
1616"Last-Translator : Maciej Olko <maciej.olko@gmail.com>, 2022\n "
1717"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -203,50 +203,20 @@ msgid ""
203203"has four fields:"
204204msgstr ""
205205
206- msgid "Field"
207- msgstr ""
208-
209- msgid "C Type"
210- msgstr "typ języka C"
211-
212- msgid "Meaning"
213- msgstr "Znaczenie"
214-
215- msgid ":attr:`ml_name`"
216- msgstr ""
217-
218- msgid "const char \\ *"
219- msgstr ""
220-
221206msgid "name of the method"
222207msgstr ""
223208
224- msgid ":attr:`ml_meth`"
225- msgstr ""
226-
227- msgid "PyCFunction"
228- msgstr ""
229-
230209msgid "pointer to the C implementation"
231210msgstr ""
232211
233- msgid ":attr:`ml_flags`"
234- msgstr ""
235-
236- msgid "int"
237- msgstr "int"
238-
239- msgid "flag bits indicating how the call should be constructed"
240- msgstr ""
241-
242- msgid ":attr:`ml_doc`"
212+ msgid "flags bits indicating how the call should be constructed"
243213msgstr ""
244214
245215msgid "points to the contents of the docstring"
246216msgstr ""
247217
248218msgid ""
249- "The :attr :`ml_meth` is a C function pointer. The functions may be of "
219+ "The :c:member :`ml_meth` is a C function pointer. The functions may be of "
250220"different types, but they always return :c:expr:`PyObject*`. If the "
251221"function is not of the :c:type:`PyCFunction`, the compiler will require a "
252222"cast in the method table. Even though :c:type:`PyCFunction` defines the "
@@ -255,7 +225,7 @@ msgid ""
255225msgstr ""
256226
257227msgid ""
258- "The :attr :`ml_flags` field is a bitfield which can include the following "
228+ "The :c:member :`ml_flags` field is a bitfield which can include the following "
259229"flags. The individual flags indicate either a calling convention or a "
260230"binding convention."
261231msgstr ""
@@ -397,15 +367,30 @@ msgid ""
397367"struct member. Its fields are:"
398368msgstr ""
399369
370+ msgid "Field"
371+ msgstr ""
372+
373+ msgid "C Type"
374+ msgstr "typ języka C"
375+
376+ msgid "Meaning"
377+ msgstr "Znaczenie"
378+
400379msgid ":attr:`name`"
401380msgstr ""
402381
382+ msgid "const char \\ *"
383+ msgstr ""
384+
403385msgid "name of the member"
404386msgstr ""
405387
406388msgid ":attr:`!type`"
407389msgstr ""
408390
391+ msgid "int"
392+ msgstr "int"
393+
409394msgid "the type of the member in the C struct"
410395msgstr ""
411396
0 commit comments