Skip to content

Traducido tutorial/floatingpoint.po #2669

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 3 commits into from
Oct 15, 2023
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
fix no backticks
  • Loading branch information
cacrespo committed Oct 14, 2023
commit 0d951caa7b94ca12452d7b5bafe378f981dfa354
4 changes: 2 additions & 2 deletions tutorial/floatingpoint.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-12 19:43+0200\n"
"PO-Revision-Date: 2023-10-14 19:43-0300\n"
"PO-Revision-Date: 2023-10-14 19:53-0300\n"
"Last-Translator: Carlos A. Crespo <lvccrespo@gmail.com>\n"
"Language-Team: python-doc-es\n"
"Language: es\n"
Expand Down Expand Up @@ -387,7 +387,7 @@ msgid ""
"in uncommon cases where large magnitude inputs mostly cancel each other out "
"leaving a final sum near zero:"
msgstr ""
"La función :func:math.fsum() va más allá y realiza un seguimiento de todos "
"La función :func:`math.fsum()` va más allá y realiza un seguimiento de todos "
"los \"dígitos perdidos\" a medida que se agregan valores a un total en "
"ejecución, de modo que el resultado tiene solo un redondeo. Esto es más "
"lento que :func:`sum`, pero será más preciso en casos poco comunes en los "
Expand Down