Skip to content

Commit c83693a

Browse files
authored
Apply suggestions from code review
1 parent 0bea21b commit c83693a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

library/asyncio-stream.po

+12-12
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ msgid ""
6666
"Establish a network connection and return a pair of ``(reader, writer)`` "
6767
"objects."
6868
msgstr ""
69-
"Establece una conexión de red y devuelve un par de objetos ``(reader, "
69+
"Establece una conexión de red y retorna un par de objetos ``(reader, "
7070
"writer)``."
7171

7272
#: ../Doc/library/asyncio-stream.rst:59
7373
msgid ""
7474
"The returned *reader* and *writer* objects are instances of :class:"
7575
"`StreamReader` and :class:`StreamWriter` classes."
7676
msgstr ""
77-
"Los objetos devueltos *reader* y *writer* son instancias de las clases :"
77+
"Los objetos retornados *reader* y *writer* son instancias de las clases :"
7878
"class:`StreamReader` y :class:`StreamWriter`."
7979

8080
#: ../Doc/library/asyncio-stream.rst:62
@@ -91,7 +91,7 @@ msgid ""
9191
"`StreamReader` instance. By default the *limit* is set to 64 KiB."
9292
msgstr ""
9393
"*limit* determina el límite de tamaño del búfer utilizado por la instancia "
94-
"de :class:`StreamReader` devuelta. De forma predeterminada, *limit* está "
94+
"de :class:`StreamReader` retornada. De forma predeterminada, *limit* está "
9595
"establecido en 64 KiB."
9696

9797
#: ../Doc/library/asyncio-stream.rst:69
@@ -159,7 +159,7 @@ msgstr "Sockets Unix"
159159
msgid ""
160160
"Establish a Unix socket connection and return a pair of ``(reader, writer)``."
161161
msgstr ""
162-
"Establece una conexión de socket Unix y devuelve un par de ``(reader, "
162+
"Establece una conexión de socket Unix y retorna un par de ``(reader, "
163163
"writer)``."
164164

165165
#: ../Doc/library/asyncio-stream.rst:119
@@ -225,15 +225,15 @@ msgid ""
225225
"EOF and return all read bytes."
226226
msgstr ""
227227
"Lee hasta *n* bytes. Si no se proporciona *n*, o se establece en ``-1``, lee "
228-
"hasta EOF (final del archivo) y devuelva todos los bytes leídos."
228+
"hasta EOF (final del archivo) y retorna todos los bytes leídos."
229229

230230
#: ../Doc/library/asyncio-stream.rst:173
231231
msgid ""
232232
"If EOF was received and the internal buffer is empty, return an empty "
233233
"``bytes`` object."
234234
msgstr ""
235235
"Si se recibió EOF (final del archivo) y el búfer interno está vacío, "
236-
"devuelve un objeto de ``bytes`` vacío."
236+
"retorna un objeto de ``bytes`` vacío."
237237

238238
#: ../Doc/library/asyncio-stream.rst:178
239239
msgid ""
@@ -248,14 +248,14 @@ msgid ""
248248
"read data."
249249
msgstr ""
250250
"Si se recibe EOF (final del archivo) y no se encontró ``\\n``, el método "
251-
"devuelve datos leídos parcialmente."
251+
"retorna datos leídos parcialmente."
252252

253253
#: ../Doc/library/asyncio-stream.rst:184
254254
msgid ""
255255
"If EOF is received and the internal buffer is empty, return an empty "
256256
"``bytes`` object."
257257
msgstr ""
258-
"Si se recibe EOF (final de archivo) y el búfer interno está vacío, devuelve "
258+
"Si se recibe EOF (final de archivo) y el búfer interno está vacío, retorna "
259259
"un objeto de ``bytes`` vacío."
260260

261261
#: ../Doc/library/asyncio-stream.rst:189
@@ -283,7 +283,7 @@ msgid ""
283283
"(consumed). Returned data will include the separator at the end."
284284
msgstr ""
285285
"En caso de éxito, los datos y el separador se eliminarán del búfer interno "
286-
"(consumido). Los datos devueltos incluirán el separador al final."
286+
"(consumido). Los datos retornados incluirán el separador al final."
287287

288288
#: ../Doc/library/asyncio-stream.rst:203
289289
msgid ""
@@ -368,7 +368,7 @@ msgid ""
368368
"Return ``True`` if the underlying transport supports the :meth:`write_eof` "
369369
"method, ``False`` otherwise."
370370
msgstr ""
371-
"Devuelve ``True`` si el transporte subyacente admite el método :meth:"
371+
"Retorna ``True`` si el transporte subyacente admite el método :meth:"
372372
"`write_eof`, ``False`` en caso contrario."
373373

374374
#: ../Doc/library/asyncio-stream.rst:271
@@ -380,7 +380,7 @@ msgstr ""
380380

381381
#: ../Doc/library/asyncio-stream.rst:276
382382
msgid "Return the underlying asyncio transport."
383-
msgstr "Devuelve el transporte asyncio subyacente."
383+
msgstr "Retorna el transporte asyncio subyacente."
384384

385385
#: ../Doc/library/asyncio-stream.rst:280
386386
msgid ""
@@ -414,7 +414,7 @@ msgstr ""
414414
msgid ""
415415
"Return ``True`` if the stream is closed or in the process of being closed."
416416
msgstr ""
417-
"Devuelve ``True`` si la secuencia está cerrada o en proceso de cerrarse."
417+
"Retorna ``True`` si la secuencia está cerrada o en proceso de cerrarse."
418418

419419
#: ../Doc/library/asyncio-stream.rst:307
420420
msgid "Wait until the stream is closed."

0 commit comments

Comments
 (0)