8000 Apply suggestions from code review · python/python-docs-es@b82055b · GitHub
[go: up one dir, main page]

Skip to content

Commit b82055b

Browse files
authored
Apply suggestions from code review
1 parent 95958c4 commit b82055b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/asyncio-eventloop.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ msgid ""
102102
msgstr ""
103103
"Si no hay un bucle de eventos actual establecido en el hilo actual del "
104104
"sistema operativo, es fundamental el hilo del sistema operativo, y :func:"
105-
"`set_event_loop`aún no ha sido llamado, asyncio creará un nuevo bucle de "
105+
"`set_event_loop` aún no ha sido llamado, asyncio creará un nuevo bucle de "
106106
"eventos y lo establecerá como el actual."
107107

108108
#: ../Doc/library/asyncio-eventloop.rst:48
@@ -114,7 +114,7 @@ msgstr ""
114114
"Dado que esta función tiene un comportamiento bastante complejo "
115115
"(especialmente cuando están en uso las políticas de bucle de eventos "
116116
"personalizadas), usando la función :func:`get_running_loop`es preferible "
117-
"por :func:`get_event_loop`en corrutinas y llamadas de retorno."
117+
"por :func:`get_event_loop` en corrutinas y llamadas de retorno."
118118

119119
#: ../Doc/library/asyncio-eventloop.rst:53
120120
msgid ""
@@ -248,11 +248,11 @@ msgstr ""
248248
#: ../Doc/library/asyncio-eventloop.rst:136
249249
msgid "Return ``True`` if the event loop is currently running."
250250
msgstr ""
251-
"Devuelve ``True``si el bucle de eventos esta en ejecución actualmente."
251+
"Devuelve ``True`` si el bucle de eventos esta en ejecución actualmente."
252252

253253
#: ../Doc/library/asyncio-eventloop.rst:140
254254
msgid "Return ``True`` if the event loop was closed."
255-
msgstr "Devuelve ``True``si el bucle de eventos se cerró."
255+
msgstr "Devuelve ``True`` si el bucle de eventos se cerró."
256256

257257
#: ../Doc/library/asyncio-eventloop.rst:144
258258
msgid "Close the event loop."

0 commit comments

Comments
 (0)
0