Skip to content

Traduccion library/warnings #2166

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
Nov 5, 2022
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
algunas correcciones
  • Loading branch information
stephfz committed Nov 4, 2022
commit 448a8ab04bb53c448f2140ce833ac7873e0bb67c
6 changes: 3 additions & 3 deletions library/warnings.po
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,8 @@ msgid ""
"warning message must contain (case-insensitively), ignoring any whitespace "
"at the start or end of *message*."
msgstr ""
"*message* es un string que contiene una expresión regular que debería "
"coincidir con el inicio del mensaje de advertencia, sin discriminar "
"*message* esa cadena de caracteres que contiene una expresión regular que "
"debería coincidir con el inicio del mensaje de advertencia, sin discriminar "
"mayúsculas ni minúsculas. En :option:`-W` y :envvar:`PYTHONWARNINGS`, "
"*message* es una cadena de caracteres literal que debería coincidir con el "
"inicio del mensaje de advertencia discriminando mayúsculas y/o minúsculas, "
Expand All @@ -433,7 +433,7 @@ msgstr ""
"cual debe coincidir exactamente (con mayúsculas y minúsculas) al nombre "
"completo del módulo. En :option:`-W` y :envvar:`PYTHONWARNINGS`, *module* es "
"string literal que debe ser igual (con mayúsculas y minúsculas) al nombre "
"completo del módulo, ignorado cualquier espacio en blanco al inicio o final "
"completo del módulo, ignorando cualquier espacio en blanco al inicio o final "
"de *module*."

#: ../Doc/library/warnings.rst:171
Expand Down