Skip to content

Reemplazando 'Devolver' por 'Retornar' #1002

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
Oct 8, 2020
Merged
Show file tree
Hide file tree
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: Raúl Cumplido <raulcumplido@gmail.com>
  • Loading branch information
cmaureir and raulcd authored Oct 8, 2020
commit 84a56535b408533eb7a38f66bc4b20cdf8008b6e
2 changes: 1 addition & 1 deletion faq/library.po
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ msgid ""
"or you can pass this socket to select to check if it's writable."
msgstr ""
"Puede usar el método ``connect_ex()`` para evitar crear una excepción. "
"retornará simplemente el número de error. Para sondear, puede llamar más "
"Retornará simplemente el número de error. Para sondear, puede llamar más "
"tarde a ``connect_ex()`` de nuevo -- ``0`` o ``errno.EISCONN`` indican que "
"está conectado -- o puede pasar este socket a *select* para comprobar si se "
"puede escribir en él."
Expand Down
2 changes: 1 addition & 1 deletion faq/programming.po
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ msgid ""
"see that they all return ``16``::"
msgstr ""
"Lo siguiente proporciona una lista que contiene 5 funciones lambda que "
"calculan ``x**2``. Esperarías que, cuando se les invoca, retornarán, "
"calculan ``x**2``. Esperarías que, cuando se les invoca, retornaran, "
"respectivamente, ``0``, ``1``, ``4``, ``9``y ``16``. Sin embargo, cuando lo "
"ejecutes verás que todas devuelven ``16``::"

Expand Down