Skip to content

Traducido archivo howto/clinic #2372

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 10 commits into from Apr 12, 2023
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
  • Loading branch information
srmorita committed Apr 11, 2023
commit ab19a9fda28e490f30ce2d051df55917a60f5f36
14 changes: 7 additions & 7 deletions howto/clinic.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
"PO-Revision-Date: 2023-04-11 17:14-0400\n"
"PO-Revision-Date: 2023-04-11 17:45-0400\n"
"Last-Translator: Francisco Mora <fr.morac@duocuc.cl>\n"
"Language-Team: python-doc-es\n"
"Language: es\n"
Expand Down Expand Up @@ -139,9 +139,9 @@ msgid ""
"builtin. With Argument Clinic, that's a thing of the past!"
msgstr ""
"Finalmente, la motivación original de Argument Clinic era proporcionar "
"\"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!"
"\"firmas\" 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!"

#: ../Doc/howto/clinic.rst:70
msgid ""
Expand Down Expand Up @@ -261,7 +261,7 @@ msgid ""
"*checksum line*."
msgstr ""
"La última línea (``/*[clinic end generated code: checksum=...]*/``) es la "
"*línea de suma de comprobación* (*chemsum line*)."
"*línea de suma de comprobación* (*checksum line*)."

#: ../Doc/howto/clinic.rst:134
msgid "In between the start line and the end line is the *input*."
Expand Down Expand Up @@ -368,7 +368,7 @@ msgstr ""
#: ../Doc/howto/clinic.rst:188
msgid "Add the following boilerplate above the function, creating our block::"
msgstr ""
"Agrega la siguiente plantilla sobre la función, creando nuestro bloque ::"
"Agrega la siguiente plantilla sobre la función, creando nuestro bloque::"

#: ../Doc/howto/clinic.rst:193
msgid ""
Expand Down Expand Up @@ -432,7 +432,7 @@ msgid ""
msgstr ""
"Sobre el docstring, ingrese el nombre de la función, seguido de una línea en "
"blanco. Este debería ser el nombre de Python de la función, y debería ser la "
"ruta de puntos completa a la función; debería comenzar con el nombre del "
"ruta de puntos completa a la funcióndebería comenzar con el nombre del "
"módulo, incluir cualquier submódulo y, si la función es un método en una "
"clase, debe incluir el nombre de la clase también."

Expand Down