Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update pprint.po
Aplicado powrap
  • Loading branch information
fjsevilla-dev authored Aug 22, 2020
commit 7aaf15dd3db57d95606f22952aa5554ad7d680ea
14 changes: 7 additions & 7 deletions library/pprint.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: 2020-08-22 00:47+0200\n"
"PO-Revision-Date: 2020-08-22 19:09+0200\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -193,15 +193,15 @@ msgid ""
"the recursive reference will be represented as ``<Recursion on typename with "
"id=number>``. The representation is not otherwise formatted."
msgstr ""
"Retorna una representación en forma de cadena de caracteres de *object*, "
"que está protegida contra estructuras de datos recursivas. Si la "
"representación de *object* presenta una entrada recursiva, dicha referencia "
"recursiva se representará como ``<Recursion on typename with id=number>``. "
"Además, la representación no tendrá otro formato."
"Retorna una representación en forma de cadena de caracteres de *object*, que "
"está protegida contra estructuras de datos recursivas. Si la representación "
"de *object* presenta una entrada recursiva, dicha referencia recursiva se "
"representará como ``<Recursion on typename with id=number>``. Además, la "
"representación no tendrá otro formato."

#: ../Doc/library/pprint.rst:176
msgid "PrettyPrinter Objects"
msgstr "Los objetos *PrettyPrinter*"
msgstr "Objetos *PrettyPrinter*"

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