Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7aaf15d

Browse files
Update pprint.po
Aplicado powrap
1 parent 3bc8638 commit 7aaf15d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

library/pprint.po

Lines changed: 7 additions & 7 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: 2020-08-22 00:47+0200\n"
14+
"PO-Revision-Date: 2020-08-22 19:09+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -193,15 +193,15 @@ msgid ""
193193
"the recursive reference will be represented as ``<Recursion on typename with "
194194
"id=number>``. The representation is not otherwise formatted."
195195
msgstr ""
196-
"Retorna una representación en forma de cadena de caracteres de *object*, "
197-
"que está protegida contra estructuras de datos recursivas. Si la "
198-
"representación de *object* presenta una entrada recursiva, dicha referencia "
199-
"recursiva se representará como ``<Recursion on typename with id=number>``. "
200-
"Además, la representación no tendrá otro formato."
196+
"Retorna una representación en forma de cadena de caracteres de *object*, que "
197+
"está protegida contra estructuras de datos recursivas. Si la representación "
198+
"de *object* presenta una entrada recursiva, dicha referencia recursiva se "
199+
"representará como ``<Recursion on typename with id=number>``. Además, la "
200+
"representación no tendrá otro formato."
201201

202202
#: ../Doc/library/pprint.rst:176
203203
msgid "PrettyPrinter Objects"
204-
msgstr "Los objetos *PrettyPrinter*"
204+
msgstr "Objetos *PrettyPrinter*"
205205

206206
#: ../Doc/library/pprint.rst:178
207207
msgid ":class:`PrettyPrinter` instances have the following methods:"

0 commit comments

Comments
 (0)