@@ -98,15 +98,14 @@ msgid "Like :c:func:`PyTuple_GetItem`, but does no checking of its arguments."
98
98
msgstr "Como :c:func:`PyTuple_GetItem`, pero no verifica sus argumentos."
99
99
100
100
#: ../Doc/c-api/tuple.rst:70
101
- #, fuzzy
102
101
msgid ""
103
102
"Return the slice of the tuple pointed to by *p* between *low* and *high*, or "
104
103
"``NULL`` on failure. This is the equivalent of the Python expression "
105
104
"``p[low:high]``. Indexing from the end of the tuple is not supported."
106
105
msgstr ""
107
106
"Retorna la porción de la tupla señalada por *p* entre *low* y *high*, o "
108
107
"``NULL`` en caso de falla. Este es el equivalente de la expresión de Python "
109
- "``p[bajo:alto]``. La indexación desde el final de la lista no es compatible."
108
+ "``p[bajo:alto]``. La indexación desde el final de la tupla no es compatible."
110
109
111
110
#: ../Doc/c-api/tuple.rst:77
112
111
msgid ""
@@ -218,29 +217,24 @@ msgstr ""
218
217
"crear."
219
218
220
219
#: ../Doc/c-api/tuple.rst:149
221
- #, fuzzy
222
220
msgid "Name of the struct sequence type."
223
221
msgstr "nombre del tipo de secuencia de estructura"
224
222
225
223
#: ../Doc/c-api/tuple.rst:153
226
- #, fuzzy
227
224
msgid "Pointer to docstring for the type or ``NULL`` to omit."
228
- msgstr "puntero al * docstring* para el tipo o ``NULL`` para omitir"
225
+ msgstr "Puntero al docstring para el tipo o ``NULL`` para omitir"
229
226
230
227
#: ../Doc/c-api/tuple.rst:157
231
- #, fuzzy
232
228
msgid "Pointer to ``NULL``-terminated array with field names of the new type."
233
229
msgstr ""
234
- "puntero al arreglo terminado en ``NULL`` con nombres de campo del nuevo tipo"
230
+ "Puntero al arreglo terminado en ``NULL`` con nombres de campo del nuevo tipo"
235
231
236
232
#: ../Doc/c-api/tuple.rst:161
237
- #, fuzzy
238
233
msgid "Number of fields visible to the Python side (if used as tuple)."
239
234
msgstr ""
240
235
"cantidad de campos visibles para el lado de Python (si se usa como tupla)"
241
236
242
237
#: ../Doc/c-api/tuple.rst:166
243
- #, fuzzy
244
238
msgid ""
245
239
"Describes a field of a struct sequence. As a struct sequence is modeled as a "
246
240
"tuple, all fields are typed as :c:expr:`PyObject*`. The index in the :c:"
@@ -255,19 +249,17 @@ msgstr ""
255
249
"describe."
256
250
257
251
#: ../Doc/c-api/tuple.rst:174
258
- #, fuzzy
259
252
msgid ""
260
253
"Name for the field or ``NULL`` to end the list of named fields, set to :c:"
261
254
"data:`PyStructSequence_UnnamedField` to leave unnamed."
262
255
msgstr ""
263
- "nombre para el campo o ``NULL`` para finalizar la lista de campos con "
256
+ "Nombre para el campo o ``NULL`` para finalizar la lista de campos con "
264
257
"nombre, establece en :c:data:`PyStructSequence_UnnamedField` para dejar sin "
265
258
"nombre"
266
259
267
260
#: ../Doc/c-api/tuple.rst:179
268
- #, fuzzy
269
261
msgid "Field docstring or ``NULL`` to omit."
270
- msgstr "campo * docstring* o ``NULL`` para omitir"
262
+ msgstr "Campo docstring o ``NULL`` para omitir"
271
263
272
264
#: ../Doc/c-api/tuple.rst:184
273
265
msgid "Special value for a field name to leave it unnamed."
@@ -320,13 +312,12 @@ msgstr ""
320
312
"función estática inline."
321
313
322
314
#: ../Doc/c-api/tuple.rst:8
323
- #, fuzzy
324
315
msgid "object"
325
- msgstr "Objetos tupla "
316
+ msgstr "Objeto "
326
317
327
318
#: ../Doc/c-api/tuple.rst:8
328
319
msgid "tuple"
329
- msgstr ""
320
+ msgstr "tupla "
330
321
331
322
#~ msgid "Field"
332
323
#~ msgstr "Campo"
0 commit comments