Skip to content

Traducido howto/clinic #659

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 4, 2020
Merged
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Claudia Millán <clmilneb@gmail.com>
  • Loading branch information
cmaureir and clacri authored Sep 11, 2020
commit 0e6a82ce511f7155619d1db771de36089c4aeb4d
4 changes: 2 additions & 2 deletions howto/clinic.po
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ msgid ""
msgstr ""
"Además, Argument Clinic debe ser lo suficientemente flexible como para "
"trabajar con cualquier enfoque de análisis de argumentos. Python tiene "
"algunas funciones con algunos comportamientos de análisis muy extraños; El "
"algunas funciones con algunos comportamientos de análisis muy extraños; el "
"objetivo de Argument Clinic es apoyarlos a todos."

#: ../Doc/howto/clinic.rst:64
Expand All @@ -139,7 +139,7 @@ msgid ""
"builtin. With Argument Clinic, that's a thing of the past!"
msgstr ""
"Finalmente, la motivación original de Argument Clinic era proporcionar "
"\"firmas\" de introspección para las incorporaciones de CPython. Solía ser, "
"\"signaturas\" de introspección para las incorporaciones de CPython. Solía ser, "
"las funciones de consulta de introspección lanzarían una excepción si pasaba "
"un archivo incorporado. ¡Con Argument Clinic, eso es cosa del pasado!"

Expand Down