8000 traducido library/multiprocessing.po by mjmolina · Pull Request #486 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

traducido library/multiprocessing.po #486

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 11 commits into from
Jul 13, 2020
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
  • Loading branch information
mjmolina and cmaureir authored Jul 13, 2020
commit 473b36085fcc170c26dc0d15f1b8425344c91b13
4 changes: 2 additions & 2 deletions library/multiprocessing.po
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ msgid ""
"**PyInstaller** and **cx_Freeze**) on Unix. The ``'fork'`` start method does "
"work."
msgstr ""
"Los métodos de inicio ``'spawn'`` y ``'forkserver'`` actualmente no se "
"pueden usar con ejecutables \"congelados\" (*frozen*)(es decir, binarios "
"Los métodos de inicio ``'spawn'`` y ``'forkserver'`` actualmente no pueden "
"ser usados con ejecutables \"congelados\" (*frozen*)(es decir, binarios "
"producidos por paquetes como **PyInstaller** y **cx_Freeze**) en Unix. El "
"método de inicio ``'fork'`` funciona."

Expand Down
0