@@ -15,7 +15,7 @@ msgstr ""
15
15
"Project-Id-Version : Python 3.8\n "
16
16
"Report-Msgid-Bugs-To : \n "
17
17
"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 "
19
19
"Language-Team : python-doc-es\n "
20
20
"MIME-Version : 1.0\n "
21
21
"Content-Type : text/plain; charset=UTF-8\n "
@@ -3196,7 +3196,7 @@ msgid ""
3196
3196
"error message."
3197
3197
msgstr ""
3198
3198
"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 "
3200
3200
"recolectada sólo tendrá eco en el verdadero ``sys.stdout`` y ``sys.stderr`` "
3201
3201
"si la prueba falla o se equivoca. Cualquier salida también se adjunta al "
3202
3202
"mensaje de fallo / error."
@@ -3228,7 +3228,7 @@ msgid ""
3228
3228
"Returns ``False`` if there were any :attr:`unexpectedSuccesses` from tests "
3229
3229
"marked with the :func:`expectedFailure` decorator."
3230
3230
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 "
3232
3232
"marcadas con el decorador :func:`expectedFailure`."
3233
3233
3234
3234
#: ../Doc/library/unittest.rst:1996
@@ -3348,8 +3348,8 @@ msgid ""
3348
3348
"The default implementation appends a tuple ``(test, reason)`` to the "
3349
3349
"instance's :attr:`skipped` attribute."
3350
3350
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."
3353
3353
3354
3354
#: ../Doc/library/unittest.rst:2074
3355
3355
msgid ""
@@ -3383,7 +3383,7 @@ msgid ""
3383
3383
"`unexpectedSuccesses` attribute."
3384
3384
msgstr ""
3385
3385
"La implementación por defecto añade la prueba al atributo :attr:"
3386
- "`unxpectedSuccesses ` de la instancia."
3386
+ "`unexpectedSuccesses ` de la instancia."
3387
3387
3388
3388
#: ../Doc/library/unittest.rst:2093
3389
3389
msgid ""
@@ -3674,8 +3674,8 @@ msgid ""
3674
3674
"If a test module defines ``load_tests`` it will be called by :meth:"
3675
3675
"`TestLoader.loadTestsFromModule` with the following arguments::"
3676
3676
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::"
3679
3679
3680
3680
#: ../Doc/library/unittest.rst:2255
3681
3681
msgid ""
0 commit comments