Skip to content

traducido library/logging-handlers #2697

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
Oct 20, 2023
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
Update library/logging.handlers.po
Co-authored-by: rtobar <rtobarc@gmail.com>
  • Loading branch information
JPC501 and rtobar authored Oct 20, 2023
commit 07daca59035ac0e152380768857d03ec90602442
2 changes: 1 addition & 1 deletion library/logging.handlers.po
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ msgid ""
"*errors* is specified, it's used to determine how encoding errors are "
"handled."
msgstr ""
"Devuelve una nueva instancia de la clase :class:`FileHandler`. El archivo "
"Retorna una nueva instancia de la clase :class:`FileHandler`. El archivo "
"especificado se abre y se utiliza como flujo para el registro. Si no se "
"especifica *mode*, se utiliza ``'a'``. Si *encoding* no es ``None``, se "
"utiliza para abrir el archivo con esa codificación. Si *delay* es verdadero, "
Expand Down