File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -2107,10 +2107,10 @@ msgid ""
21072107"smaller than ``2**30``. (Contributed by Gregory P. Smith and Tim Peters in :"
21082108"gh:`90564`.)"
21092109msgstr ""
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`.)"
21142114
21152115#: ../Doc/whatsnew/3.11.rst:1277
21162116#, python-format
Original file line number Diff line number Diff line change @@ -1616,15 +1616,14 @@ msgstr ""
16161616"iteración. (Contribuido por Tim Peters en :issue:`37257`.)"
16171617
16181618#: ../Doc/whatsnew/3.9.rst:791
1619- #, fuzzy
16201619msgid ""
16211620":term:`floor division` of float operation now has a better performance. Also "
16221621"the message of :exc:`ZeroDivisionError` for this operation is updated. "
16231622"(Contributed by Donghee Na in :issue:`39434`.)"
16241623msgstr ""
16251624":term:`floor division` de operación flotante ahora tiene un mejor "
16261625"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`.)"
16281627
16291628#: ../Doc/whatsnew/3.9.rst:795
16301629#, python-format
You can’t perform that action at this time.
0 commit comments