Skip to content

Commit 86e86ff

Browse files
authored
Ajuste '//' por 'división entera a la baja' (#2798)
Part of #2797
1 parent 42604de commit 86e86ff

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

whatsnew/3.11.po

+4-4
Original file line numberDiff line numberDiff line change
@@ -2107,10 +2107,10 @@ msgid ""
21072107
"smaller than ``2**30``. (Contributed by Gregory P. Smith and Tim Peters in :"
21082108
"gh:`90564`.)"
21092109
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`.)"
21142114

21152115
#: ../Doc/whatsnew/3.11.rst:1277
21162116
#, python-format

whatsnew/3.9.po

+1-2
Original file line numberDiff line numberDiff 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
16201619
msgid ""
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`.)"
16241623
msgstr ""
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

0 commit comments

Comments
 (0)