Skip to content

Traducido library/asyncio-task #2268

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 22 commits into from
Apr 5, 2024
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
Fix wrong translation
  • Loading branch information
cmaureir committed Jan 5, 2024
commit ee0f8abc46b6c13d12ec5036be64859a34d585a6
4 changes: 2 additions & 2 deletions library/asyncio-task.po
Original file line number Diff line number Diff line change
Expand Up @@ -891,8 +891,8 @@ msgid ""
"``when`` should be an absolute time at which the context should time out, as "
"measured by the event loop's clock:"
msgstr ""
"La fecha límite es flotante, consistente con la hora retornada por :meth:"
"`loop.time`."
"``when`` debe ser un tiempo absoluto en el que el contexto debe expirar, "
"según lo medido por el reloj del bucle de eventos:"

#: ../Doc/library/asyncio-task.rst:685
msgid "If ``when`` is ``None``, the timeout will never trigger."
Expand Down