8000 Traducido c-api/intro by cmaureir · Pull Request #296 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Traducido c-api/intro #296

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 6 commits into from
Jun 7, 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
Apply suggestions from code review
Co-authored-by: Nicolás Demarchi <mail@gilgamezh.me>
  • Loading branch information
humitos and gilgamezh authored May 29, 2020
commit 6d5a695906438106b74b826effeb1a55bd0182b0
4 changes: 2 additions & 2 deletions c-api/intro.po
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ msgid ""
"`embedding` Python in an application."
msgstr ""
"La interfaz del programador de aplicaciones (API) con Python brinda a los "
"programadores de C y C ++ acceso al intérprete de Python en una variedad de "
"niveles. La API es igualmente utilizable desde C ++, pero por brevedad "
"programadores de C y C++ acceso al intérprete de Python en una variedad de "
"niveles. La API es igualmente utilizable desde C++, pero por brevedad "
"generalmente se conoce como la API Python/C. Hay dos razones "
"fundamentalmente diferentes para usar la API Python/C. La primera razón es "
"escribir *módulos de extensión* para propósitos específicos; Estos son "
Expand Down
0