@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version :Python 3.8\n "
12
12
"Report-Msgid-Bugs-To :\n "
13
13
"POT-Creation-Date :2021-10-16 21:42+0200\n "
14
- "PO-Revision-Date :2021-08-04 13:46+0200 \n "
14
+ "PO-Revision-Date :2021-11-05 11:32-0400 \n "
15
15
"Last-Translator :Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16
16
"Language :es\n "
17
17
"Language-Team :python-doc-es\n "
18
- "Plural-Forms :nplurals=2; plural=(n != 1)\n "
18
+ "Plural-Forms :nplurals=2; plural=(n != 1); \n "
19
19
"MIME-Version :1.0\n "
20
20
"Content-Type :text/plain; charset=utf-8\n "
21
21
"Content-Transfer-Encoding :8bit\n "
22
22
"Generated-By :Babel 2.9.1\n "
23
+ "X-Generator :Poedit 3.0\n "
23
24
24
25
#: ../Doc/library/asyncio-future.rst:8
25
26
msgid "Futures"
@@ -114,6 +115,8 @@ msgid ""
114
115
"Deprecation warning is emitted if *obj* is not a Future-like object and "
115
116
"*loop* is not specified and there is no running event loop."
116
117
msgstr ""
118
+ "Se emite una advertencia de desaprobación si *obj* no es un objeto tipo "
119
+ "Future y no se especifica *loop* y no hay un bucle de eventos en ejecución."
117
120
118
121
#: ../Doc/library/asyncio-future.rst:67
119
122
msgid ""
@@ -128,6 +131,8 @@ msgid ""
128
131
"Deprecation warning is emitted if *future* is not a Future-like object and "
129
132
"*loop* is not specified and there is no running event loop."
130
133
msgstr ""
134
+ "Se emite una advertencia de desaprobación si *future* no es un objeto tipo "
135
+ "Future y *loop* no se especifica y no hay un bucle de eventos en ejecución."
131
136
132
137
#: ../Doc/library/asyncio-future.rst:76
133
138
msgid "Future Object"
@@ -184,6 +189,8 @@ msgid ""
184
189
"Deprecation warning is emitted if *loop* is not specified and there is no "
185
190
"running event loop."
186
191
msgstr ""
192
+ "Se emite una advertencia de desaprobación si no se especifica *loop* y no "
193
+ "hay un bucle de eventos en ejecución."
187
194
188
195
#: ../Doc/library/asyncio-future.rst:107
189
196
msgid "Return the result of the Future."