Skip to content

Traducción library/py_compile.po #985

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 8 commits into from
Oct 6, 2020
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/py_compile.po
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
  • Loading branch information
gfant and cmaureir authored Oct 6, 2020
commit e920bc998ee80454814e61b544c93c61e151fc26
2 changes: 1 addition & 1 deletion library/py_compile.po
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ msgstr ""
"de *file*. Si *doraise* es verdadero, un :exc:`PyCompilerError` es lanzado "
"cuando un error es encontrado mientras se compilaba *file*. Si *doraise* es "
"falso (el predeterminado), una cadena de error es escrita a ``sys.stderr``, "
"pero no se lanza ninguna excepción. Esta función regresa la ruta al archivo "
"pero no se lanza ninguna excepción. Esta función retorna la ruta al archivo "
"de bytes compilado, por ejemplo, cualquier valor *cfile* que fue usado."

#: ../Doc/library/py_compile.rst:45
Expand Down