-
Notifications
You must be signed in to change notification settings - Fork 396
Traducido archivo library/decimal #2252
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gracias @fmoradev! Un par de detallitos nada más (quizás haga falta correr powrap después de estos cambios) y estamos.
library/decimal.po
Outdated
"flotante rápida y con redondeo matemáticamente correcto. Ofrece varias " | ||
"ventajas en comparación con el tipo de dato :class:`float`:" | ||
"El módulo :mod:`decimal` proporciona soporte para aritmética de coma " | ||
"flotante decimal redondeada correctamente. Ofrece varias ventajas en " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"flotante decimal redondeada correctamente. Ofrece varias ventajas en " | |
"flotante decimal rápida y redondeada correctamente. Ofrece varias ventajas en " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rtobar listo estimado, aprovecho de desearte un excelente año 2023 en todo lo que te propongas.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Igual!
library/decimal.po
Outdated
|
||
#: ../Doc/library/decimal.rst:955 | ||
msgid "" | ||
"Raises :exc:`TypeError` if *kwargs* supplies an attribute that :class:" | ||
"`Context` doesn't support. Raises either :exc:`TypeError` or :exc:" | ||
"`ValueError` if *kwargs* supplies an invalid value for an attribute." | ||
msgstr "" | ||
"Lanza :exc:`TypeError` si *kwargs* proporciona un atributo que :class:" | ||
"`Context` no está soportada. Lanza también :exc:`TypeError` o :exc:" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"`Context` no está soportada. Lanza también :exc:`TypeError` o :exc:" | |
"`Context` no soporta. Lanza también :exc:`TypeError` o :exc:" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rtobar listo estimado, aprovecho de desearte un excelente año 2023 en todo lo que te propongas.
Closes #1974