Skip to content

Traducido archivo library/asyncio-api-index.po #747

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 5 commits into from
Sep 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
Remplazo de 'devolver' por 'retornar'.
  • Loading branch information
mondeja committed Sep 11, 2020
commit 134eb6309f70c9cff863356a2918fec9ed6ce366
4 changes: 2 additions & 2 deletions library/asyncio-api-index.po
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ msgstr ":func:`current_task`"

#: ../Doc/library/asyncio-api-index.rst:43
msgid "Return the current Task."
msgstr "Devuelve la Tarea actual."
msgstr "Retorna la Tarea actual."

#: ../Doc/library/asyncio-api-index.rst:45
msgid ":func:`all_tasks`"
msgstr ":func:`all_tasks`"

#: ../Doc/library/asyncio-api-index.rst:46
msgid "Return all tasks for an event loop."
msgstr "Devuelve todas las tareas para un loop de eventos."
msgstr "Retorna todas las tareas para un loop de eventos."

#: ../Doc/library/asyncio-api-index.rst:48
msgid ":class:`Task`"
Expand Down