Skip to content

Traducción library/fractions.po #915

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 20 commits into from
Oct 1, 2020
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
Update library/fractions.po
Co-authored-by: fjsevilla <fjsevilla2.0@gmail.com>
  • Loading branch information
jcantilo and fjsevilla-dev authored Sep 30, 2020
commit 95949e1cdf8746e2d47a459ac54fea38a72b8d7c
7 changes: 4 additions & 3 deletions library/fractions.po
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,10 @@ msgid ""
"value of *flt*, which must be a :class:`float`. Beware that ``Fraction."
"from_float(0.3)`` is not the same value as ``Fraction(3, 10)``."
msgstr ""
"Este método de clase construye una clase :class:`Fraction` representando el "
"valor exacto de *flt* que debe ser un :class:`float`. Ten cuidado que "
"``Fraction.from_float(0.3)`` no es el mismo valor que``Fraction(3, 10)``."
"Este método de clase construye una instancia de :class:`Fraction` "
"representando el valor exacto de *flt* que debe ser un :class:`float`. Ten "
"cuidado, observa que ``Fraction.from_float(0.3)`` no es el mismo valor que "
"``Fraction(3, 10)``."

#: ../Doc/library/fractions.rst:112
msgid ""
Expand Down