8000 included eval by clacri · Pull Request #218 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

included eval #218

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 7 commits into from
May 11, 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
Update library/functions.po
Co-authored-by: Manuel Kaufmann <humitos@gmail.com>
  • Loading branch information
clacri and humitos authored May 10, 2020
commit 90f203864fbeea7472e0fd199b5932b7f7b02f5a
2 changes: 1 addition & 1 deletion library/functions.po
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ msgstr ""
"La función también puede ser utilizada para ejecutar objetos de código "
"arbitrario (como los que crea la función :func:`compile`). En este caso, se "
"pasa un objeto de código en vez de una cadena. Si el objeto de código ha "
"sido compilado usando ``exec`` como el argumento *mode*, el valor que "
"sido compilado usando ``'exec'`` como el argumento *mode*, el valor que "
"devolverá :func:`eval`\\ será ``None``."

#: ../Doc/library/functions.rst:489
Expand Down
0