@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
15
15
"Language-Team : python-doc-es\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
@@ -2078,7 +2078,7 @@ msgstr ""
2078
2078
2079
2079
#: ../Doc/library/doctest.rst:1303
2080
2080
msgid "DocTestFinder objects"
2081
- msgstr ""
2081
+ msgstr "Objetos *DocTestFinder* "
2082
2082
2083
2083
#: ../Doc/library/doctest.rst:1308
2084
2084
msgid ""
@@ -2087,34 +2087,49 @@ msgid ""
2087
2087
"contained objects. :class:`DocTest`\\ s can be extracted from modules, "
2088
2088
"classes, functions, methods, staticmethods, classmethods, and properties."
2089
2089
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."
2090
2095
2091
2096
#: ../Doc/library/doctest.rst:1313
2097
+ #, fuzzy
2092
2098
msgid ""
2093
2099
"The optional argument *verbose* can be used to display the objects searched "
2094
2100
"by the finder. It defaults to ``False`` (no output)."
2095
2101
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)."
2096
2104
2097
2105
#: ../Doc/library/doctest.rst:1316
2098
2106
msgid ""
2099
2107
"The optional argument *parser* specifies the :class:`DocTestParser` object "
2100
2108
"(or a drop-in replacement) that is used to extract doctests from docstrings."
2101
2109
msgstr ""
2110
+ "El argumento opcional *parser* especifica el objeto :class:`DocTestParser` "
2111
+ "(o un reemplazo directo) que se usa para extraer doctests desde docstrings."
2102
2112
2103
2113
#: ../Doc/library/doctest.rst:1319
2104
2114
msgid ""
2105
2115
"If the optional argument *recurse* is false, then :meth:`DocTestFinder.find` "
2106
2116
"will only examine the given object, and not any contained objects."
2107
2117
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."
2108
2121
2109
2122
#: ../Doc/library/doctest.rst:1322
2110
2123
msgid ""
2111
2124
"If the optional argument *exclude_empty* is false, then :meth:`DocTestFinder."
2112
2125
"find` will include tests for objects with empty docstrings."
2113
2126
msgstr ""
2127
+ "Si el argumento opcional *exclude_empty* es falso, entonces :meth:"
2128
+ "`DocTestFinder.find` incluirá pruebas para objetos con docstrings vacíos."
2114
2129
2115
2130
#: ../Doc/library/doctest.rst:1326
2116
2131
msgid ":class:`DocTestFinder` defines the following method:"
2117
- msgstr ""
2132
+ msgstr ":class:`DocTestFinder` define los siguientes métodos: "
2118
2133
2119
2134
#: ../Doc/library/doctest.rst:1331
2120
2135
msgid ""
0 commit comments