Skip to content

Commit faeacc6

Browse files
committed
correcciones en las primeras cinco lineas
1 parent 9c45490 commit faeacc6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

whatsnew/3.3.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -516,8 +516,8 @@ msgstr ""
516516
msgid ""
517517
"pure ASCII and Latin1 strings (``U+0000-U+00FF``) use 1 byte per code point;"
518518
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;"
521521

522522
#: ../Doc/whatsnew/3.3.rst:265
523523
msgid "BMP strings (``U+0000-U+FFFF``) use 2 bytes per code point;"
@@ -528,8 +528,8 @@ msgstr ""
528528
#: ../Doc/whatsnew/3.3.rst:267
529529
msgid "non-BMP strings (``U+10000-U+10FFFF``) use 4 bytes per code point."
530530
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."
533533

534534
#: ../Doc/whatsnew/3.3.rst:269
535535
msgid ""
@@ -3573,7 +3573,7 @@ msgid ""
35733573
"information about it;"
35743574
msgstr ""
35753575
":func:`~signal.sigwaitinfo`: Espera una señal, devolviendo información "
3576-
"detallada sobre él."
3576+
"detallada sobre ella."
35773577

35783578
#: ../Doc/whatsnew/3.3.rst:1833
35793579
msgid ""
@@ -4260,8 +4260,8 @@ msgid ""
42604260
"encode an ASCII string to UTF-8 doesn't need to encode characters anymore, "
42614261
"the UTF-8 representation is shared with the ASCII representation"
42624262
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"
42654265

42664266
#: ../Doc/whatsnew/3.3.rst:2158
42674267
msgid "the UTF-8 encoder has been optimized"
@@ -4273,7 +4273,7 @@ msgid ""
42734273
"is 4 times faster"
42744274
msgstr ""
42754275
"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"
42774277

42784278
#: ../Doc/whatsnew/3.3.rst:2162
42794279
msgid "UTF-8 is now 2x to 4x faster. UTF-16 encoding is now up to 10x faster."

0 commit comments

Comments
 (0)