Skip to content

Commit 40f6980

Browse files
author
Hristo Roque
committed
reemplaza docttest por doctest en una entrada mal traducida
1 parent c1eb03b commit 40f6980

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

library/doctest.po

+4-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
14-
"PO-Revision-Date: 2021-03-23 00:07-0500\n"
14+
"PO-Revision-Date: 2021-03-23 16:17-0500\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2980,17 +2980,16 @@ msgstr ""
29802980
"pruebas de regresión a los docstring que contienen casos de prueba."
29812981

29822982
#: ../Doc/library/doctest.rst:1841
2983-
#, fuzzy
29842983
msgid ""
29852984
"When you have placed your tests in a module, the module can itself be the "
29862985
"test runner. When a test fails, you can arrange for your test runner to re-"
29872986
"run only the failing doctest while you debug the problem. Here is a minimal "
29882987
"example of such a test runner::"
29892988
msgstr ""
29902989
"Cuando has puesto tus pruebas en un módulo, el módulo puede ser el mismo "
2991-
"*test runner*. Cuando una prueba falla, puedes organizar para que tu *test "
2992-
"runner* vuelva a ejecutar sólo los docttest fallidos mientras que tu depuras "
2993-
"el problema. Aquí está el ejemplo mínimo de tal *test runner*::"
2990+
"*test runner*. Cuando una prueba falla, puedes hacer que tu *test runner* "
2991+
"vuelva a ejecutar sólo los doctest fallidos mientras que tu depuras el "
2992+
"problema. Aquí hay un ejemplo mínimo de tal *test runner*::"
29942993

29952994
#: ../Doc/library/doctest.rst:1863
29962995
msgid "Footnotes"

0 commit comments

Comments
 (0)