@@ -898,21 +898,20 @@ msgid ""
898
898
"If ``when < loop.time()``, the timeout will trigger on the next iteration of "
899
899
"the event loop."
900
900
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 "
903
903
904
904
#: ../Doc/library/asyncio-task.rst:691
905
905
msgid ""
906
906
"Return the current deadline, or ``None`` if the current deadline is not set."
907
907
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 ."
910
910
911
911
#: ../Doc/library/asyncio-task.rst:696
912
912
msgid "Reschedule the timeout."
913
913
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."
916
915
917
916
#: ../Doc/library/asyncio-task.rst:700
918
917
msgid "Return whether the context manager has exceeded its deadline (expired)."
@@ -1665,7 +1664,7 @@ msgstr ""
1665
1664
1666
1665
#: ../Doc/library/asyncio-task.rst:1291
1667
1666
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."
1669
1668
1670
1669
#: ../Doc/library/asyncio-task.rst:1293
1671
1670
msgid "Returns the remaining number of cancellation requests."
0 commit comments