Skip to content

Ajuste '//' por 'división entera a la baja' #2800

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jan 28, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Ajuste '//' por 'división entera a la baja'
  • Loading branch information
jcaalzago committed Jan 22, 2024
commit 65c9545f36185ddaedf69e7889eb3d0e822d3fef
6 changes: 3 additions & 3 deletions library/stdtypes.po
Original file line number Diff line number Diff line change
Expand Up @@ -676,9 +676,9 @@ msgstr ""
"class:`int`, el resultado será de tipo :class:`int`. Para operandos de tipo :"
"class:`float`, el resultado será de tipo :class:`float`. En general, el "
"resultado es un número entero en el sentido matemático, pero no "
"necesariamente de tipo entero. El resultado se redondea de forma automática "
"hacia menos infinito: ``1//2`` es ``0``, ``(-1)//2`` es ``-1``, ``1//(-2)`` "
"es ``-1`` y ``(-1)//(-2)`` es ``0``."
"necesariamente de tipo entero :class:`int`. El resultado se redondea de "
"forma automática hacia menos infinito: ``1//2`` es ``0``, ``(-1)//2`` es "
"``-1``, ``1//(-2)`` es ``-1`` y ``(-1)//(-2)`` es ``0``."

#: ../Doc/library/stdtypes.rst:330
msgid ""
Expand Down