File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -2107,10 +2107,10 @@ msgid ""
2107
2107
"smaller than ``2**30``. (Contributed by Gregory P. Smith and Tim Peters in :"
2108
2108
"gh:`90564`.)"
2109
2109
msgstr ""
2110
- "La división de enteros (``//``) está mejor ajustada para la optimización por "
2111
- "parte de los compiladores. Ahora es un 20 % más rápido en x86-64 cuando se "
2112
- "divide un :class:`int` por un valor menor que ``2**30``. (Aportado por "
2113
- "Gregory P. Smith y Tim Peters en :gh:`90564`.)"
2110
+ "La división de enteros a la baja (``//``) está mejor ajustada para la "
2111
+ "optimización por parte de los compiladores. Ahora es un 20 % más rápido en "
2112
+ "x86-64 cuando se divide un :class:`int` por un valor menor que ``2**30``. "
2113
+ "(Aportado por Gregory P. Smith y Tim Peters en :gh:`90564`.)"
2114
2114
2115
2115
#: ../Doc/whatsnew/3.11.rst:1277
2116
2116
#, python-format
Original file line number Diff line number Diff line change @@ -1616,15 +1616,14 @@ msgstr ""
1616
1616
"iteración. (Contribuido por Tim Peters en :issue:`37257`.)"
1617
1617
1618
1618
#: ../Doc/whatsnew/3.9.rst:791
1619
- #, fuzzy
1620
1619
msgid ""
1621
1620
":term:`floor division` of float operation now has a better performance. Also "
1622
1621
"the message of :exc:`ZeroDivisionError` for this operation is updated. "
1623
1622
"(Contributed by Donghee Na in :issue:`39434`.)"
1624
1623
msgstr ""
1625
1624
":term:`floor division` de operación flotante ahora tiene un mejor "
1626
1625
"rendimiento. También se actualiza el mensaje de :exc:`ZeroDivisionError` "
1627
- "para esta operación. (Contribuido por Dong-hee Na en :issue:`39434`.)"
1626
+ "para esta operación. (Contribuido por Donghee Na en :issue:`39434`.)"
1628
1627
1629
1628
#: ../Doc/whatsnew/3.9.rst:795
1630
1629
#, python-format
You can’t perform that action at this time.
0 commit comments