8000 Traducido reference/compound_stmts.po by mayuti · Pull Request #502 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Traducido reference/compound_stmts.po #502

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 2 commits into from
Jul 5, 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
Apply suggestions from code review
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
  • Loading branch information
humitos and cmaureir authored Jul 5, 2020
commit acf562475881a0d128fc23891c7512c64ed432b6
4 changes: 2 additions & 2 deletions reference/compound_stmts.po
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ msgstr ""
"lambda es simplemente una abreviatura para una definición de función "
"simplificada; una función definida en una sentencia \":keyword:`def`\" puede "
"pasarse o asignarse a otro nombre al igual que una función definida por una "
"expresión lambda. La forma \":keyword:`!def`\"es en realidad más poderosa ya "
"expresión lambda. La forma \":keyword:`!def`\" es en realidad más poderosa ya "
"que permite la ejecución de múltiples sentencias y anotaciones."

#: ../Doc/reference/compound_stmts.rst:625
Expand Down Expand Up @@ -1105,7 +1105,7 @@ msgid ""
"An :term:`asynchronous context manager` is a :term:`context manager` that is "
"able to suspend execution in its *enter* and *exit* methods."
msgstr ""
"Un :term: `asynchronous context manager` es un :term:`context manager` que "
"Un :term:`asynchronous context manager` es un :term:`context manager` que "
"puede suspender la ejecución en sus métodos *enter* y *exit*."

#: ../Doc/reference/compound_stmts.rst:863
Expand Down
0