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

Skip to content

traducido archivo library/pprint #2351

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 9, 2023

Conversation

KrlitosForever
Copy link
Contributor

@KrlitosForever KrlitosForever commented Mar 13, 2023

Ya he realizado las traducciones favor dar retroalimentación Closes #1922

@KrlitosForever KrlitosForever marked this pull request as ready for review March 13, 2023 22:21
@KrlitosForever KrlitosForever marked this pull request as draft March 13, 2023 22:34
Copy link
Collaborator

@cmaureir cmaureir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Muchas gracias Carlos!

@@ -184,16 +186,17 @@ msgid "No longer attempts to write to ``sys.stdout`` if it is ``None``."
msgstr ""
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

falta esta traducción

"la salida va a ser escrita usando el método :meth:`write`."
"la salida va a ser escrita usando el método :meth:`write`. Si tanto *stream* "
"como ``sys.stdout`` son ``None``, entonces :meth:`~PrettyPrinter.pprint` "
"devuelve el resultado sin mostrar nada."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"devuelve el resultado sin mostrar nada."
"retorna el resultado sin mostrar nada."

"*sort_dicts* y *underscore_numbers* se pasarán al constructor :class:"
"`PrettyPrinter` como parámetros de formato."
"Imprime la representación formateada de *object* en *stream*, seguido de un "
"salto de línea. Si *stream* es ``None``, se utiliza ``sys.stdout``.Esto "
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"salto de línea. Si *stream* es ``None``, se utiliza ``sys.stdout``.Esto "
"salto de línea. Si *stream* es ``None``, se utiliza ``sys.stdout``. Esto "

@KrlitosForever KrlitosForever marked this pull request as ready for review May 7, 2023 23:50
@cmaureir cmaureir merged commit d3cc925 into python:3.11 May 9, 2023
@cmaureir
Copy link
Collaborator

cmaureir commented May 9, 2023

Muchas gracias @KrlitosForever 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Translate 'library/pprint.po'
2 participants