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

Skip to content

Traducción library/logging.config.po #1645

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 9 commits into from
Dec 7, 2021
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
Next Next commit
traducción library/logging.config.po corrección pospell
  • Loading branch information
lis17 committed Nov 19, 2021
commit c7ea5ec83c49b0622447752ffdb77d68c29e96ac
6 changes: 3 additions & 3 deletions library/logging.config.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: 2021-10-16 21:42+0200\n"
"PO-Revision-Date: 2021-11-19 12:24+0100\n"
"PO-Revision-Date: 2021-11-19 12:40+0100\n"
"Last-Translator: Cristián Maureira-Fredes <[email protected]>\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
Expand Down Expand Up @@ -291,7 +291,7 @@ msgstr ""

#: ../Doc/library/logging.config.rst:126
msgid "The *encoding* parameter is added."
msgstr "El parámetro *codificación*se añade."
msgstr "El parámetro *codificación* se añade."

#: ../Doc/library/logging.config.rst:131
msgid ""
Expand Down Expand Up @@ -523,7 +523,7 @@ msgid ""
"condensed format. If your formatter requires different or extra "
"configuration keys, you should use :ref:`logging-config-dict-userdef`."
msgstr ""
"Una clave opcional ``class``indica el nombre de los formateadores de clase "
"Una clave opcional ``class`` indica el nombre de los formateadores de clase "
Copy link
Collaborator

Choose a reason for hiding this comment

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

creo que debería ser "indica el nombre de la clase del formateador"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Listo!

"(como un módulo punteado y nombre de clase). Por su parte los argumentos de "
"instanciación son :class:`~logging.Formatter`, de este modo esta clave es "
"más útil para instanciar una subclase personalizada de :class:`~logging."
Expand Down