Skip to content

Traducción library-sys #2732

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 6, 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
Fix sphinx commands and fuzzying two auditing entries
  • Loading branch information
cmaureir committed Jan 6, 2024
commit 76299cad221a61c0e57fe2b8f3946f570a9d9c83
10 changes: 6 additions & 4 deletions library/sys.po
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ msgstr ""
"de cerca."

#: ../Doc/library/sys.rst:47
#, fuzzy
msgid ""
"Raises an :ref:`auditing event <auditing>` ``sys.addaudithook`` with no "
"arguments."
Expand Down Expand Up @@ -1078,7 +1079,7 @@ msgstr "Vea también :func:`math.ulp`."

#: ../Doc/library/sys.rst:624
msgid ":c:macro:`!DBL_DIG`"
msgstr ":c:const:`!DBL_DIG`"
msgstr ":c:macro:`!DBL_DIG`"

#: ../Doc/library/sys.rst:625
msgid ""
Expand All @@ -1102,7 +1103,7 @@ msgstr ""

#: ../Doc/library/sys.rst:634
msgid ":c:macro:`!DBL_MAX`"
msgstr ":c:const:`!DBL_MAX`"
msgstr ":c:macro:`!DBL_MAX`"

#: ../Doc/library/sys.rst:635
msgid "The maximum representable positive finite float."
Expand Down Expand Up @@ -1134,7 +1135,7 @@ msgstr ""

#: ../Doc/library/sys.rst:648
msgid ":c:macro:`!DBL_MIN`"
msgstr ":c:const:`!DBL_MIN`"
msgstr ":c:macro:`!DBL_MIN`"

#: ../Doc/library/sys.rst:649
msgid "The minimum representable positive *normalized* float."
Expand Down Expand Up @@ -1213,7 +1214,7 @@ msgid ""
"All other values for :c:macro:`!FLT_ROUNDS` characterize implementation-"
"defined rounding behavior."
msgstr ""
"Todos los demás valores de :c:const:`!FLT_ROUNDS` caracterizan el "
"Todos los demás valores de :c:macro:`!FLT_ROUNDS` caracterizan el "
"comportamiento de redondeo definido por la implementación."

#: ../Doc/library/sys.rst:682
Expand Down Expand Up @@ -3384,6 +3385,7 @@ msgstr ""
"evitar resucitar objetos."

#: ../Doc/library/sys.rst:1901
#, fuzzy
msgid ""
"Raises an :ref:`auditing event <auditing>` ``sys.unraisablehook`` with "
"arguments ``hook``, ``unraisable``."
Expand Down