Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6af3c46

Browse files
committed
powrap
1 parent 6882beb commit 6af3c46

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

howto/sockets.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,8 @@ msgstr ""
391391
"mensajería - en Python envías cadenas y usas ``len()`` para determinar su "
392392
"longitud (incluso si tiene caracteres ``\\0`` incrustados). Es "
393393
"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)."
396396

397397
#: ../Doc/howto/sockets.rst:223
398398
msgid ""
@@ -484,10 +484,10 @@ msgstr ""
484484
#: ../Doc/howto/sockets.rst:262
485485
msgid ""
486486
"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."
491491
msgstr ""
492492
"Las bibliotecas de socket tienen llamadas para convertir enteros de 16 y 32 "
493493
"bits - ``ntohl, htonl, ntohs, htons`` donde \"n\" significa *red* y \"h\" "

0 commit comments

Comments
 (0)