Skip to content

Traduccion pdb.po #439

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 9 commits into from
Sep 29, 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
Fix Translate
  • Loading branch information
gomezgleonardob committed Aug 25, 2020
commit bb43d3bfdb380d3b8a511e28af387a94f214faf3
4 changes: 2 additions & 2 deletions library/pdb.po
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ msgid ""
"debugger control. When :func:`runeval` returns, it returns the value of the "
"expression. Otherwise this function is similar to :func:`run`."
msgstr ""
"Evalua la *expression* (dada como una cadena o un objeto de código) bajo el "
"Evalúa la *expression* (dada como una cadena o un objeto de código) bajo el "
"control del depurador. Cuando vuelve :func:`runeval`, devuelve el valor de "
"la expresión. En caso contrario, esta función es similar a :func:`run`."

Expand Down Expand Up @@ -746,7 +746,7 @@ msgstr "Imprime la lista de argumentos de la función actual."

#: ../Doc/library/pdb.rst:436
msgid "Evaluate the *expression* in the current context and print its value."
msgstr "Evaluá la *expression* en el contexto actual e imprime su valor."
msgstr "Evalúa la *expression* en el contexto actual e imprime su valor."

#: ../Doc/library/pdb.rst:440
msgid ""
Expand Down