Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 20097fc

Browse files
cmaureirmmmarcos
andauthored
Apply suggestions from code review
Co-authored-by: Marcos Medrano <[email protected]>
1 parent 661865d commit 20097fc

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

library/asyncio-task.po

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -898,21 +898,20 @@ msgid ""
898898
"If ``when < loop.time()``, the timeout will trigger on the next iteration of "
899899
"the event loop."
900900
msgstr ""
901-
"Si *when* es ``None``, se eliminará cualquier fecha límite actual y el "
902-
"administrador de contexto esperará indefinidamente."
901+
"Si ``when < loop.time()``, el tiempo de espera se activará en la próxima "
902+
"iteración del bucle de eventos"
903903

904904
#: ../Doc/library/asyncio-task.rst:691
905905
msgid ""
906906
"Return the current deadline, or ``None`` if the current deadline is not set."
907907
msgstr ""
908-
"Si *when* es número de punto flotante, se establece como la nueva fecha "
909-
"límite."
908+
"Retorna la fecha límite actual, o ``None``si la fecha límite actual no está "
909+
"establecida."
910910

911911
#: ../Doc/library/asyncio-task.rst:696
912912
msgid "Reschedule the timeout."
913913
msgstr ""
914-
"si *when* está en el pasado, el tiempo de espera se activará en la próxima "
915-
"iteración del bucle de eventos."
914+
"Reprogramar el tiempo de espera."
916915

917916
#: ../Doc/library/asyncio-task.rst:700
918917
msgid "Return whether the context manager has exceeded its deadline (expired)."
@@ -1665,7 +1664,7 @@ msgstr ""
16651664

16661665
#: ../Doc/library/asyncio-task.rst:1291
16671666
msgid "Decrement the count of cancellation requests to this Task."
1668-
msgstr "Disminuya el recuento de solicitudes de cancelación a esta tarea."
1667+
msgstr "Disminuye el recuento de solicitudes de cancelación a esta tarea."
16691668

16701669
#: ../Doc/library/asyncio-task.rst:1293
16711670
msgid "Returns the remaining number of cancellation requests."

0 commit comments

Comments
 (0)