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
Next Next commit
ajustes finales
  • Loading branch information
cacrespo committed Oct 1, 2020
commit 98057f437c59110c39c8f1472145058413524f2f
7 changes: 3 additions & 4 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-09-30 18:35-0300\n"
"PO-Revision-Date: 2020-09-30 21:30-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 @@ -213,7 +213,6 @@ msgstr ""
"preparada para manejar esto."

#: ../Doc/library/code.rst:110
#, fuzzy
msgid ""
"Display the syntax error that just occurred. This does not display a stack "
"trace because there isn't one for syntax errors. If *filename* is given, it "
Expand All @@ -223,8 +222,8 @@ msgid ""
msgstr ""
"Muestra el error de sintaxis que acaba de ocurrir. Esto no muestra la traza "
"de pila porque no hay para errores de sintaxis. Si se proporciona "
"*filename*, se colocará en una excepción en lugar del nombre de archivo "
"predeterminado proporcionado por el analizador de Python, porque siempre usa "
"*filename*, se incluirá en la excepción en lugar del nombre de archivo "
"predeterminado proporcionado por el analizador de Python, ya que siempre usa "
"``'<string>'`` cuando lee de una cadena de caracteres. La salida se escribe "
"mediante el método :meth:`write`."

Expand Down