@@ -391,8 +391,8 @@ msgstr ""
391
391
"mensajería - en Python envías cadenas y usas ``len()`` para determinar su "
392
392
"longitud (incluso si tiene caracteres ``\\ 0`` incrustados). Es "
393
393
"principalmente el código receptor el que se vuelve más complejo. (Y en C no "
394
- "es mucho peor, excepto que no puedes usar ``strlen`` si el mensaje tiene `` "
395
- "\\ 0`` incrustados)."
394
+ "es mucho peor, excepto que no puedes usar ``strlen`` si el mensaje tiene "
395
+ "`` \\ 0`` incrustados)."
396
396
397
397
#: ../Doc/howto/sockets.rst:223
398
398
msgid ""
@@ -484,10 +484,10 @@ msgstr ""
484
484
#: ../Doc/howto/sockets.rst:262
485
485
msgid ""
486
486
"Socket libraries have calls for converting 16 and 32 bit integers - ``ntohl, "
487
- "htonl, ntohs, htons`` where \" n\" means *network* and \" h\" means *host*, \" s "
488
- "\" means *short* and \" l\" means *long*. Where network order is host order, "
489
- "these do nothing, but where the machine is byte-reversed, these swap the "
490
- "bytes around appropriately."
487
+ "htonl, ntohs, htons`` where \" n\" means *network* and \" h\" means *host*, "
488
+ "\" s \" means *short* and \" l\" means *long*. Where network order is host "
489
+ "order, these do nothing, but where the machine is byte-reversed, these swap "
490
+ "the bytes around appropriately."
491
491
msgstr ""
492
492
"Las bibliotecas de socket tienen llamadas para convertir enteros de 16 y 32 "
493
493
"bits - ``ntohl, htonl, ntohs, htons`` donde \" n\" significa *red* y \" h\" "
0 commit comments