@@ -516,8 +516,8 @@ msgstr ""
516
516
msgid ""
517
517
"pure ASCII and Latin1 strings (``U+0000-U+00FF``) use 1 byte per code point;"
518
518
msgstr ""
519
- "Los strings en ASCII puro y Latin1 (``U+0000-U+00FF``) usan 1 byte por punto "
520
- "de código;"
519
+ "las cadenas de caracteres en ASCII puro y Latin1 (``U+0000-U+00FF``) usan 1 "
520
+ "byte por punto de código;"
521
521
522
522
#: ../Doc/whatsnew/3.3.rst:265
523
523
msgid "BMP strings (``U+0000-U+FFFF``) use 2 bytes per code point;"
@@ -528,8 +528,8 @@ msgstr ""
528
528
#: ../Doc/whatsnew/3.3.rst:267
529
529
msgid "non-BMP strings (``U+10000-U+10FFFF``) use 4 bytes per code point."
530
530
msgstr ""
531
- "Los strings que no son BMP (``U+10000-U+10FFFF``) usan 4 bytes por punto de "
532
- "código."
531
+ "las cadenas de caracteres que no son BMP (``U+10000-U+10FFFF``) usan 4 bytes "
532
+ "por punto de código."
533
533
534
534
#: ../Doc/whatsnew/3.3.rst:269
535
535
msgid ""
@@ -3573,7 +3573,7 @@ msgid ""
3573
3573
"information about it;"
3574
3574
msgstr ""
3575
3575
":func:`~signal.sigwaitinfo`: Espera una señal, devolviendo información "
3576
- "detallada sobre él ."
3576
+ "detallada sobre ella ."
3577
3577
3578
3578
#: ../Doc/whatsnew/3.3.rst:1833
3579
3579
msgid ""
@@ -4260,8 +4260,8 @@ msgid ""
4260
4260
"encode an ASCII string to UTF-8 doesn't need to encode characters anymore, "
4261
4261
"the UTF-8 representation is shared with the ASCII representation"
4262
4262
msgstr ""
4263
- "Codificar una cadena ASCII a UTF-8 ya no necesita de codificar caracteres, "
4264
- "la representación UTF-8 se comparte con la representación ASCII"
4263
+ "Codificar una cadena ASCII a UTF-8 ya no necesita codificar caracteres, la "
4264
+ "representación UTF-8 se comparte con la representación ASCII"
4265
4265
4266
4266
#: ../Doc/whatsnew/3.3.rst:2158
4267
4267
msgid "the UTF-8 encoder has been optimized"
@@ -4273,7 +4273,7 @@ msgid ""
4273
4273
"is 4 times faster"
4274
4274
msgstr ""
4275
4275
"Repetir una única letra ASCII y obtener una subcadena de una cadena ASCII es "
4276
- "4 veces más rápido. "
4276
+ "4 veces más rápido"
4277
4277
4278
4278
#: ../Doc/whatsnew/3.3.rst:2162
4279
4279
msgid "UTF-8 is now 2x to 4x faster. UTF-16 encoding is now up to 10x faster."
0 commit comments