Skip to content

Commit 1ef574a

Browse files
committed
ajustes traducción
1 parent 3a3c22f commit 1ef574a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

library/unittest.po

+8-8
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgstr ""
1515
"Project-Id-Version: Python 3.8\n"
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
18-
"PO-Revision-Date: 2021-03-13 11:58-0300\n"
18+
"PO-Revision-Date: 2021-03-13 17:58-0300\n"
1919
"Language-Team: python-doc-es\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"
@@ -3196,7 +3196,7 @@ msgid ""
31963196
"error message."
31973197
msgstr ""
31983198
"Si se ajusta a true, ``sys.stdout`` y ``sys.stderr`` serán almacenados "
3199-
"entre :meth:``startTest`` y :meth:``stopTest`` siendo llamados. La salida "
3199+
"entre :meth:`startTest` y :meth:`stopTest` siendo llamados. La salida "
32003200
"recolectada sólo tendrá eco en el verdadero ``sys.stdout`` y ``sys.stderr`` "
32013201
"si la prueba falla o se equivoca. Cualquier salida también se adjunta al "
32023202
"mensaje de fallo / error."
@@ -3228,7 +3228,7 @@ msgid ""
32283228
"Returns ``False`` if there were any :attr:`unexpectedSuccesses` from tests "
32293229
"marked with the :func:`expectedFailure` decorator."
32303230
msgstr ""
3231-
"Devuelve ``False`` si hubo algún :attr:`unexpectedSuccesses`de las pruebas "
3231+
"Devuelve ``False`` si hubo algún :attr:`unexpectedSuccesses` de las pruebas "
32323232
"marcadas con el decorador :func:`expectedFailure`."
32333233

32343234
#: ../Doc/library/unittest.rst:1996
@@ -3348,8 +3348,8 @@ msgid ""
33483348
"The default implementation appends a tuple ``(test, reason)`` to the "
33493349
"instance's :attr:`skipped` attribute."
33503350
msgstr ""
3351-
"La implementación por defecto añade una tupla ``(test, razón)`` al atributo :"
3352-
"attr:``saltado`` de la instancia."
3351+
"La implementación por defecto añade una tupla ``(test, reason)`` al "
3352+
"atributo :attr:`skipped` de la instancia."
33533353

33543354
#: ../Doc/library/unittest.rst:2074
33553355
msgid ""
@@ -3383,7 +3383,7 @@ msgid ""
33833383
"`unexpectedSuccesses` attribute."
33843384
msgstr ""
33853385
"La implementación por defecto añade la prueba al atributo :attr:"
3386-
"`unxpectedSuccesses` de la instancia."
3386+
"`unexpectedSuccesses` de la instancia."
33873387

33883388
#: ../Doc/library/unittest.rst:2093
33893389
msgid ""
@@ -3674,8 +3674,8 @@ msgid ""
36743674
"If a test module defines ``load_tests`` it will be called by :meth:"
36753675
"`TestLoader.loadTestsFromModule` with the following arguments::"
36763676
msgstr ""
3677-
"Si un módulo de tests define ``load_tests`` será llamado por :meth: "
3678-
"`TestLoader.loadTestsFromModule`con los siguientes argumentos::"
3677+
"Si un módulo de tests define ``load_tests`` será llamado por :meth:"
3678+
"`TestLoader.loadTestsFromModule` con los siguientes argumentos::"
36793679

36803680
#: ../Doc/library/unittest.rst:2255
36813681
msgid ""

0 commit comments

Comments
 (0)