Skip to content

Commit 523c141

Browse files
committed
Traducido archivo c-api/bytes
1 parent 4387192 commit 523c141

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

c-api/bytes.po

+9-9
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,9 @@ msgstr "const void\\*"
258258

259259
#: ../Doc/c-api/bytes.rst:102
260260
msgid ""
261-
"The hex representation of a C pointer. Mostly equivalent to ``printf(\"%p"
262-
"\")`` except that it is guaranteed to start with the literal ``0x`` "
263-
"regardless of what the platform's ``printf`` yields."
261+
"The hex representation of a C pointer. Mostly equivalent to "
262+
"``printf(\"%p\")`` except that it is guaranteed to start with the literal "
263+
"``0x`` regardless of what the platform's ``printf`` yields."
264264
msgstr ""
265265
"La representación hexadecimal de un puntero en C. Principalmente equivalente "
266266
"a ``printf(\"%p\")`` excepto que se garantiza que comience con el literal "
@@ -407,8 +407,8 @@ msgid ""
407407
"address of an existing bytes object as an lvalue (it may be written into), "
408408
"and the new size desired. On success, *\\*bytes* holds the resized bytes "
409409
"object and ``0`` is returned; the address in *\\*bytes* may differ from its "
410-
"input value. If the reallocation fails, the original bytes object at *"
411-
"\\*bytes* is deallocated, *\\*bytes* is set to ``NULL``, :exc:`MemoryError` "
410+
"input value. If the reallocation fails, the original bytes object at "
411+
"*\\*bytes* is deallocated, *\\*bytes* is set to ``NULL``, :exc:`MemoryError` "
412412
"is set, and ``-1`` is returned."
413413
msgstr ""
414414
"Una forma de cambiar el tamaño de un objeto bytes aunque sea \"inmutable\". "
@@ -417,10 +417,10 @@ msgstr ""
417417
"esta función si el recuento en el objeto bytes de entrada no es uno. Pasa la "
418418
"dirección de un objeto de bytes existente como un *lvalue* (puede escribirse "
419419
"en él) y el nuevo tamaño deseado. En caso de éxito, *\\*bytes* retiene el "
420-
"objeto de bytes redimensionados y se retorna ``0``; la dirección en *"
421-
"\\*bytes* puede diferir de su valor de entrada. Si la reasignación falla, el "
422-
"objeto de bytes original en *\\*bytes* se desasigna, *\\*bytes* se establece "
423-
"en ``NULL``, :exc:`MemoryError` se establece y se retorna ``-1`` ."
420+
"objeto de bytes redimensionados y se retorna ``0``; la dirección en "
421+
"*\\*bytes* puede diferir de su valor de entrada. Si la reasignación falla, "
422+
"el objeto de bytes original en *\\*bytes* se desasigna, *\\*bytes* se "
423+
"establece en ``NULL``, :exc:`MemoryError` se establece y se retorna ``-1`` ."
424424

425425
#~ msgid "Py_ssize_t"
426426
#~ msgstr "Py_ssize_t"

0 commit comments

Comments
 (0)