Skip to content

Traduccion library/code.po #921

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 10 commits into from
Oct 4, 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
powrap segunda vuelta
  • Loading branch information
cacrespo committed Oct 4, 2020
commit d2d19b12af35b6be24ea1f18e82cc1f902145aa4
12 changes: 6 additions & 6 deletions library/code.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: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: 2020-10-02 16:49-0300\n"
"PO-Revision-Date: 2020-10-04 14:57-0300\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -130,11 +130,11 @@ msgid ""
"error, or raises :exc:`OverflowError` or :exc:`ValueError` if the command "
"contains an invalid literal."
msgstr ""
"Retorna un objeto de código (lo mismo que ``compile(source, filename, symbol)"
"``) si el comando está completo y es válido; ``None`` si el comando está "
"incompleto; lanza :exc:`SyntaxError` si el comando está completo y contiene "
"un error de sintaxis, o lanza :exc:`OverflowError` o :exc:`ValueError` si el "
"comando contiene un literal no válido."
"Retorna un objeto de código (lo mismo que ``compile(source, filename, "
"symbol)``) si el comando está completo y es válido; ``None`` si el comando "
"está incompleto; lanza :exc:`SyntaxError` si el comando está completo y "
"contiene un error de sintaxis, o lanza :exc:`OverflowError` o :exc:"
"`ValueError` si el comando contiene un literal no válido."

#: ../Doc/library/code.rst:72
msgid "Interactive Interpreter Objects"
Expand Down