8000 Traducido archivo c-api/sys by jdgc14 · Pull Request #2107 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Traducido archivo c-api/sys #2107

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 7 commits into from
Nov 2, 2022
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 c-api/sys.po
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
  • Loading branch information
jdgc14 and cmaureir authored Nov 1, 2022
commit 709af3d2140321aa997f47bf8165d8cc6c9af025
2 changes: 1 addition & 1 deletion c-api/sys.po
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ msgstr ""
"Configura el controlador de señal para la señal *i* como *h*; retorna el "
"antiguo controlador de señal. Esta es una pequeña envoltura alrededor de :c:"
"func:`sigaction` o :c:func:`signal`. ¡No llame a esas funciones "
"directamente! :c:type:`PyOS_sighandler_t` es un alias *typedef* para :c:type:"
"directamente! :c:type:`PyOS_sighandler_t` es un alias *typedef* para :c:expr:"
"`void (\\*)(int)`."

#: ../Doc/c-api/sys.rst:122
Expand Down
0