@@ -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 : 2022-10-25 19:47+0200\n "
14
- "PO-Revision-Date : 2021-10-29 22:00-0500 \n "
14
+ "PO-Revision-Date : 2023-03-13 16:54-0300 \n "
15
15
"
Last-Translator :
Pedro Aarón <[email protected] >\n "
16
16
"Language : es\n "
17
17
"Language-Team : python-doc-es\n "
@@ -20,6 +20,7 @@ msgstr ""
20
20
"Content-Type : text/plain; charset=utf-8\n "
21
21
"Content-Transfer-Encoding : 8bit\n "
22
22
"Generated-By : Babel 2.10.3\n "
23
+ "X-Generator : Poedit 2.4.2\n "
23
24
24
25
#: ../Doc/library/pprint.rst:2
25
26
msgid ":mod:`pprint` --- Data pretty printer"
@@ -87,15 +88,16 @@ msgstr ""
87
88
"interpreta varios parámetros."
88
89
89
90
#: ../Doc/library/pprint.rst:47
90
- #, fuzzy
91
91
msgid ""
92
92
"*stream* (default ``sys.stdout``) is a :term:`file-like object` to which the "
93
93
"output will be written by calling its :meth:`write` method. If both *stream* "
94
94
"and ``sys.stdout`` are ``None``, then :meth:`~PrettyPrinter.pprint` silently "
95
95
"returns."
96
96
msgstr ""
97
97
"*stream* (por defecto ``sys.stdout``) es un :term:`file-like object` el cual "
98
- "la salida va a ser escrita usando el método :meth:`write`."
98
+ "la salida va a ser escrita usando el método :meth:`write`. Si tanto *stream* "
99
+ "como ``sys.stdout`` son ``None``, entonces :meth:`~PrettyPrinter.pprint` "
100
+ "devuelve el resultado sin mostrar nada."
99
101
100
102
#: ../Doc/library/pprint.rst:52
101
103
msgid ""
@@ -184,16 +186,17 @@ msgid "No longer attempts to write to ``sys.stdout`` if it is ``None``."
184
186
msgstr ""
185
187
186
188
#: ../Doc/library/pprint.rst:118
187
- #, fuzzy
188
189
msgid ""
189
190
"Return the formatted representation of *object* as a string. *indent*, "
190
191
"*width*, *depth*, *compact*, *sort_dicts* and *underscore_numbers* are "
191
192
"passed to the :class:`PrettyPrinter` constructor as formatting parameters "
192
193
"and their meanings are as described in its documentation above."
193
194
msgstr ""
194
- "Retorna la representación formateada de *object* como una cadena. *indent*, "
195
- "*width*, *depth*, *compact*, *sort_dicts* y *underscore_numbers* se pasarán "
196
- "al constructor :class:`PrettyPrinter` como parámetros de formato."
195
+ "Retorna la representación formateada de *object* como una cadena de "
196
+ "caracteres. *indent*, *width*, *depth*, *compact*, *sort_dicts* y "
197
+ "*underscore_numbers* se pasan al constructor de :class:`PrettyPrinter` como "
198
+ "parámetros de formato y su significado es el descrito en su documentación "
199
+ "anterior."
197
200
198
201
#: ../Doc/library/pprint.rst:126
199
202
msgid ""
@@ -210,21 +213,18 @@ msgstr ""
210
213
"`pprint` como parámetros de formato."
211
214
212
215
#: ../Doc/library/pprint.rst:138
213
- #, fuzzy
214
216
msgid ""
215
217
"Prints the formatted representation of *object* on *stream*, followed by a "
216
218
"newline. If *stream* is ``None``, ``sys.stdout`` is used. This may be used "
217
219
"in the interactive interpreter instead of the :func:`print` function for "
218
220
"inspecting values (you can even reassign ``print = pprint.pprint`` for use "
219
221
"within a scope)."
220
222
msgstr ""
221
- "Imprime la representación formateada de *object* en *stream*, seguida de una "
222
- "nueva línea. Si *stream* es ``None``, se utiliza ``sys.stdout``. Esto se "
223
- "puede usar en el intérprete interactivo en lugar de la función :func:`print` "
224
- "para inspeccionar valores (incluso puede reasignar ``print = pprint.pprint`` "
225
- "para usarlo dentro de un alcance). *indent*, *width*, *depth*, *compact*, "
226
- "*sort_dicts* y *underscore_numbers* se pasarán al constructor :class:"
227
- "`PrettyPrinter` como parámetros de formato."
223
+ "Imprime la representación formateada de *object* en *stream*, seguido de un "
224
+ "salto de línea. Si *stream* es ``None``, se utiliza ``sys.stdout``.Esto "
225
+ "puede ser utilizado en el intérprete interactivo en lugar de la función :"
226
+ "func:`print` para inspeccionar valores (incluso puedes reasignar ``print = "
227
+ "pprint.pprint`` para usarlo dentro de un alcance)."
228
228
229
229
#: ../Doc/library/pprint.rst:144
230
230
msgid ""
0 commit comments