Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Traducción library/ast.po#1611

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
cacrespo merged 9 commits intopython:3.10fromjavoweb:traduccion_ast
Dec 14, 2021
Merged
Changes from1 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
PrevPrevious commit
devuelve -> genera
  • Loading branch information
@cmaureir
cmaureir committedDec 12, 2021
commita2dd1b488f61cf9ad78f5f0b763678f56802a88d
6 changes: 3 additions & 3 deletionslibrary/ast.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1140,7 +1140,7 @@ msgid ""
msgstr ""
"Una expresión ``yield`` o ``yield from``. Debido a que se trata de "
"expresiones, deben incluirse en un nodo :class:`Expr` si no se utiliza el "
"valordevuelto."
"valorretornado."

#: ../Doc/library/ast.rst:1765
msgid ""
Expand DownExpand Up@@ -1312,7 +1312,7 @@ msgstr ""
msgid ""
"If source contains a null character ('\\0'), :exc:`ValueError` is raised."
msgstr ""
"Si la fuente contiene un carácter nulo ('\\ 0'), segenera :exc:`ValueError`."
"Si la fuente contiene un carácter nulo ('\\ 0'), selanza :exc:`ValueError`."

#: ../Doc/library/ast.rst:1923
msgid ""
Expand All@@ -1325,7 +1325,7 @@ msgid ""
msgstr ""
"Tenga en cuenta que analizar correctamente el código fuente en un objeto AST "
"no garantiza que el código fuente proporcionado sea un código Python válido "
"que se pueda ejecutar, ya que el paso de compilación puedegenerar más "
"que se pueda ejecutar, ya que el paso de compilación puedelanzar más "
"excepciones :exc:`SyntaxError`. Por ejemplo, la fuente ``return 42`` genera "
"un nodo AST válido para una declaración de retorno, pero no se puede "
"compilar solo (debe estar dentro de un nodo de función)."
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp