Skip to content

Traducido archivo library/asyncio-future.po #929

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 9 commits into from
Oct 7, 2020
Prev Previous commit
Next Next commit
powrap fix
  • Loading branch information
David-Lor committed Oct 6, 2020
commit 415e4fe9a9f7526fcbbe88333413da48bf694641
8 changes: 4 additions & 4 deletions library/asyncio-future.po
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ msgid ""
"See also the :func:`create_task` function which is the preferred way for "
"creating new Tasks."
msgstr ""
"Ver también la función :func:`create_task`, que es la forma preferida de crear nuevas "
"*Tasks*."
"Ver también la función :func:`create_task`, que es la forma preferida de "
"crear nuevas *Tasks*."

#: ../Doc/library/asyncio-future.rst:57
msgid "The function accepts any :term:`awaitable` object."
Expand Down Expand Up @@ -316,8 +316,8 @@ msgid ""
"Returns the number of callbacks removed, which is typically 1, unless a "
"callback was added more than once."
msgstr ""
"Retorna el número de retrollamadas (*callbacks*) eliminadas, que "
"normalmente es 1, excepto si una retrollamada fue añadida más de una vez."
"Retorna el número de retrollamadas (*callbacks*) eliminadas, que normalmente "
"es 1, excepto si una retrollamada fue añadida más de una vez."

#: ../Doc/library/asyncio-future.rst:175
msgid "Cancel the Future and schedule callbacks."
Expand Down