@@ -258,9 +258,9 @@ msgstr "const void\\*"
258
258
259
259
#: ../Doc/c-api/bytes.rst:102
260
260
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."
264
264
msgstr ""
265
265
"La representación hexadecimal de un puntero en C. Principalmente equivalente "
266
266
"a ``printf(\" %p\" )`` excepto que se garantiza que comience con el literal "
@@ -407,8 +407,8 @@ msgid ""
407
407
"address of an existing bytes object as an lvalue (it may be written into), "
408
408
"and the new size desired. On success, *\\ *bytes* holds the resized bytes "
409
409
"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` "
412
412
"is set, and ``-1`` is returned."
413
413
msgstr ""
414
414
"Una forma de cambiar el tamaño de un objeto bytes aunque sea \" inmutable\" . "
@@ -417,10 +417,10 @@ msgstr ""
417
417
"esta función si el recuento en el objeto bytes de entrada no es uno. Pasa la "
418
418
"dirección de un objeto de bytes existente como un *lvalue* (puede escribirse "
419
419
"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`` ."
424
424
425
425
#~ msgid "Py_ssize_t"
426
426
#~ msgstr "Py_ssize_t"
0 commit comments