@@ -240,7 +240,7 @@ msgid ""
240
240
"Opens the provided file with mode ``'rb'``. This function should be used "
241
241
"when the intent is to treat the contents as executable code."
242
242
msgstr ""
243
- "Esto abre el archivo dado con el modo ``'rb'``. Esta función debe ser usado "
243
+ "Abre el archivo dado con el modo ``'rb'``. Esta función debe ser usado "
244
244
"cuando la intención es tratar el contenido como código ejecutible."
245
245
246
246
#: ../Doc/library/io.rst:135
@@ -418,11 +418,11 @@ msgstr "Hereda"
418
418
419
419
#: ../Doc/library/io.rst:221
420
420
msgid "Stub Methods"
421
- msgstr "Métodos de trozos"
421
+ msgstr "Métodos de trozos (*Stub*) "
422
422
423
423
#: ../Doc/library/io.rst:221
424
424
msgid "Mixin Methods and Properties"
425
- msgstr "Métodos de mezcla y propiedades"
425
+ msgstr "Métodos Mixin y propiedades"
426
426
427
427
#: ../Doc/library/io.rst:223 ../Doc/library/io.rst:228
428
428
#: ../Doc/library/io.rst:230 ../Doc/library/io.rst:232
@@ -453,7 +453,7 @@ msgstr "``readinto`` and ``write``"
453
453
454
454
#: ../Doc/library/io.rst:228
455
455
msgid "Inherited :class:`IOBase` methods, ``read``, and ``readall``"
456
- msgstr "Inherited :class:`IOBase` methods, ``read``, and ``readall``"
456
+ msgstr "Heredada :class:`IOBase` methods, ``read``, and ``readall``"
457
457
458
458
#: ../Doc/library/io.rst:230
459
459
msgid ":class:`BufferedIOBase`"
@@ -465,7 +465,7 @@ msgstr "``detach``, ``read``, ``read1``, and ``write``"
465
465
466
466
#: ../Doc/library/io.rst:230
467
467
msgid "Inherited :class:`IOBase` methods, ``readinto``, and ``readinto1``"
468
- msgstr "Inherited :class:`IOBase` methods, ``readinto``, and ``readinto1``"
468
+ msgstr "Heredada :class:`IOBase` methods, ``readinto``, and ``readinto1``"
469
469
470
470
#: ../Doc/library/io.rst:232
471
471
msgid ":class:`TextIOBase`"
@@ -479,7 +479,7 @@ msgstr "``detach``, ``read``, ``readline``, and ``write``"
479
479
msgid ""
480
480
"Inherited :class:`IOBase` methods, ``encoding``, ``errors``, and ``newlines``"
481
481
msgstr ""
482
- "Inherited :class:`IOBase` methods, ``encoding``, ``errors``, and ``newlines``"
482
+ "Heredada :class:`IOBase` methods, ``encoding``, ``errors``, and ``newlines``"
483
483
484
484
#: ../Doc/library/io.rst:239
485
485
msgid "I/O Base Classes"
@@ -561,7 +561,7 @@ msgid ""
561
561
msgstr ""
562
562
":class:`IOBase` es también un gestor de contexto y por ende apoya la "
563
563
"declaración :keyword:`with`. En este ejemplo, *file* es cerrado después de "
564
- "que la declaración :keyword:`!with` termina— incluso si alguna excepción "
564
+ "que la declaración :keyword:`!with` termina-- incluso si alguna excepción "
565
565
"ocurre::"
566
566
567
567
#: ../Doc/library/io.rst:277
@@ -677,22 +677,22 @@ msgid ""
677
677
":data:`SEEK_SET` or ``0`` -- start of the stream (the default); *offset* "
678
678
"should be zero or positive"
679
679
msgstr ""
680
- ":data:`SEEK_SET` o ``0`` — inicio del *stream* (el dado); *offset* debería "
680
+ ":data:`SEEK_SET` o ``0`` -- inicio del *stream* (el dado); *offset* debería "
681
681
"ser cero o positivo"
682
682
683
683
#: ../Doc/library/io.rst:339
684
684
msgid ""
685
685
":data:`SEEK_CUR` or ``1`` -- current stream position; *offset* may be "
686
686
"negative"
687
687
msgstr ""
688
- ":data:`SEEK_CUR` o ``1`` — posición actual del *stream*; *offset* puede ser "
688
+ ":data:`SEEK_CUR` o ``1`` -- posición actual del *stream*; *offset* puede ser "
689
689
"negativo"
690
690
691
691
#: ../Doc/library/io.rst:341
692
692
msgid ""
693
693
":data:`SEEK_END` or ``2`` -- end of the stream; *offset* is usually negative"
694
694
msgstr ""
695
- ":data:`SEEK_END` o ``2`` — fin del *stream*; *offset* is usualmente negativo"
695
+ ":data:`SEEK_END` o ``2`` -- fin del *stream*; *offset* is usualmente negativo"
696
696
697
697
#: ../Doc/library/io.rst:344
698
698
msgid "Return the new absolute position."
@@ -733,7 +733,7 @@ msgid ""
733
733
"the contents of the new file area depend on the platform (on most systems, "
734
734
"additional bytes are zero-filled). The new file size is returned."
735
735
msgstr ""
736
- "Cambiar el tamaño del *stream* al *size* dado en *bytes* (o la posición "
736
+ "Cambia el tamaño del *stream* al *size* dado en *bytes* (o la posición "
737
737
"actual si no se especifica *size*). La posición actual del *stream* no se "
738
738
"cambia. Este cambio de tamaño puede incrementar o reducir el tamaño actual "
739
739
"del archivo. En caso de extensión, los contenidos del área del nuevo archivo "
@@ -766,7 +766,7 @@ msgid ""
766
766
"implementation of this method that calls the instance's :meth:`~IOBase."
767
767
"close` method."
768
768
msgstr ""
769
- "Preparar para la destrucción de un objeto. :class:`IOBase` proporciona una "
769
+ "Prepara para la destrucción de un objeto. :class:`IOBase` proporciona una "
770
770
"implementación dada de este método que ejecuta las instancias del método :"
771
771
"meth:`~IOBase.close`."
772
772
@@ -1437,7 +1437,7 @@ msgid ""
1437
1437
"endpoint. It inherits :class:`BufferedIOBase`."
1438
1438
msgstr ""
1439
1439
"Un objeto búfer E/S combinando dos objetos :class:`RawIOBase` "
1440
- "unidireccionales — uno legible y el otro escribible — a un punto final "
1440
+ "unidireccionales -- uno legible y el otro escribible -- a un punto final "
1441
1441
"singular bidireccional. Hereda :class:`BufferedIOBase`."
1442
1442
1443
1443
#: ../Doc/library/io.rst:761
@@ -1527,7 +1527,7 @@ msgid ""
1527
1527
"Separate the underlying binary buffer from the :class:`TextIOBase` and "
1528
1528
"return it."
1529
1529
msgstr ""
1530
- "Separar el búfer binario subyacente de :class:`TextIOBase` y lo retorna."
1530
+ "Separa el búfer binario subyacente de :class:`TextIOBase` y lo retorna."
1531
1531
1532
1532
#: ../Doc/library/io.rst:814
1533
1533
msgid ""
@@ -1573,8 +1573,8 @@ msgid ""
1573
1573
"Change the stream position to the given *offset*. Behaviour depends on the "
1574
1574
"*whence* parameter. The default value for *whence* is :data:`SEEK_SET`."
1575
1575
msgstr ""
1576
- "Cambiar la posición del *stream* dada *offset*. El comportamiento depende "
1577
- "del parámetro *whence*. El valor dado de *whence* es :data:`SEEK_SET`."
1576
+ "Cambia la posición del *stream* dada *offset*. El comportamiento depende del "
1577
+ "parámetro *whence*. El valor dado de *whence* es :data:`SEEK_SET`."
1578
1578
1579
1579
#: ../Doc/library/io.rst:841
1580
1580
msgid ""
0 commit comments