Skip to content

Commit 5b364a0

Browse files
author
Adolfo Hristo David Roque Gámez
committed
doctest: avanza con la seccion de objetos doctest finder
1 parent 8915e46 commit 5b364a0

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

library/doctest.po

Lines changed: 18 additions & 3 deletions
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-09 10:59-0500\n"
14+
"PO-Revision-Date: 2021-02-09 11:08-0500\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2078,7 +2078,7 @@ msgstr ""
20782078

20792079
#: ../Doc/library/doctest.rst:1303
20802080
msgid "DocTestFinder objects"
2081-
msgstr ""
2081+
msgstr "Objetos *DocTestFinder*"
20822082

20832083
#: ../Doc/library/doctest.rst:1308
20842084
msgid ""
@@ -2087,34 +2087,49 @@ msgid ""
20872087
"contained objects. :class:`DocTest`\\ s can be extracted from modules, "
20882088
"classes, functions, methods, staticmethods, classmethods, and properties."
20892089
msgstr ""
2090+
"Una clase de procesamiento que se usa para extraer los :class:`DocTest` que "
2091+
"son relevantes para un objeto dado, desde su docstring y los docstring de "
2092+
"sus objetos contenidos. Se puede extraer los :class:`DocTest` de los "
2093+
"módulos, clases, funciones, métodos, métodos estáticos, métodos de clase, y "
2094+
"propiedades."
20902095

20912096
#: ../Doc/library/doctest.rst:1313
2097+
#, fuzzy
20922098
msgid ""
20932099
"The optional argument *verbose* can be used to display the objects searched "
20942100
"by the finder. It defaults to ``False`` (no output)."
20952101
msgstr ""
2102+
"Se puede usar el argumento opcional *verbose* para mostrar los objetos "
2103+
"buscados por el *finder*. Su valor por defecto es ``False`` (sin salida)."
20962104

20972105
#: ../Doc/library/doctest.rst:1316
20982106
msgid ""
20992107
"The optional argument *parser* specifies the :class:`DocTestParser` object "
21002108
"(or a drop-in replacement) that is used to extract doctests from docstrings."
21012109
msgstr ""
2110+
"El argumento opcional *parser* especifica el objeto :class:`DocTestParser` "
2111+
"(o un reemplazo directo) que se usa para extraer doctests desde docstrings."
21022112

21032113
#: ../Doc/library/doctest.rst:1319
21042114
msgid ""
21052115
"If the optional argument *recurse* is false, then :meth:`DocTestFinder.find` "
21062116
"will only examine the given object, and not any contained objects."
21072117
msgstr ""
2118+
"Si el argumento opcional *recurse* es falso, entonces el método :meth:"
2119+
"`DocTestFinder.find` sólo examinará el objeto dado, y no ningún objeto "
2120+
"contenido."
21082121

21092122
#: ../Doc/library/doctest.rst:1322
21102123
msgid ""
21112124
"If the optional argument *exclude_empty* is false, then :meth:`DocTestFinder."
21122125
"find` will include tests for objects with empty docstrings."
21132126
msgstr ""
2127+
"Si el argumento opcional *exclude_empty* es falso, entonces :meth:"
2128+
"`DocTestFinder.find` incluirá pruebas para objetos con docstrings vacíos."
21142129

21152130
#: ../Doc/library/doctest.rst:1326
21162131
msgid ":class:`DocTestFinder` defines the following method:"
2117-
msgstr ""
2132+
msgstr ":class:`DocTestFinder` define los siguientes métodos:"
21182133

21192134
#: ../Doc/library/doctest.rst:1331
21202135
msgid ""

0 commit comments

Comments
 (0)