Skip to content

Commit 1279c74

Browse files
author
Adolfo Hristo David Roque Gámez
committed
pydoctest: termina la seccion de api avanzada
1 parent 583f9b3 commit 1279c74

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

library/doctest.po

+9-1
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-02-06 09:47-0500\n"
14+
"PO-Revision-Date: 2021-02-09 10:16-0500\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1877,24 +1877,32 @@ msgid ""
18771877
":class:`DocTestParser`: Creates a :class:`DocTest` object from a string "
18781878
"(such as an object's docstring)."
18791879
msgstr ""
1880+
":class:`DocTestParser`: Crea un objeto :class:`DocTest`de una cadena de "
1881+
"caracteres (tal como un docstring de un objeto)."
18801882

18811883
#: ../Doc/library/doctest.rst:1163
18821884
msgid ""
18831885
":class:`DocTestRunner`: Executes the examples in a :class:`DocTest`, and "
18841886
"uses an :class:`OutputChecker` to verify their output."
18851887
msgstr ""
1888+
":class:`DocTestRunner`: Ejecuta los ejemplos en un :class:`DocTest`, y usa "
1889+
"un :class:`OutputChecker` para verificar su salida."
18861890

18871891
#: ../Doc/library/doctest.rst:1166
18881892
msgid ""
18891893
":class:`OutputChecker`: Compares the actual output from a doctest example "
18901894
"with the expected output, and decides whether they match."
18911895
msgstr ""
1896+
":class:`OutputChecker`: Compara la salida real de un ejemplo de doctest con "
1897+
"la salida esperada, y decide si coinciden."
18921898

18931899
#: ../Doc/library/doctest.rst:1169
18941900
msgid ""
18951901
"The relationships among these processing classes are summarized in the "
18961902
"following diagram::"
18971903
msgstr ""
1904+
"Las relaciones entre estas clases de procesamiento se resumen en el "
1905+
"siguiente diagrama::"
18981906

18991907
#: ../Doc/library/doctest.rst:1185
19001908
msgid "DocTest Objects"

0 commit comments

Comments
 (0)