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
Fix translate
  • Loading branch information
srmorita committed Apr 11, 2023
commit 18c35fad775345eee4f37d277a0ad4b92978460c
6 changes: 3 additions & 3 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 12:36-0400\n"
"PO-Revision-Date: 2023-04-11 16:41-0400\n"
"Last-Translator: Francisco Mora <fr.morac@duocuc.cl>\n"
"Language-Team: python-doc-es\n"
"Language: es\n"
Expand Down Expand Up @@ -2233,7 +2233,7 @@ msgid ""
"the C code::"
msgstr ""
"Como ejemplo, aquí hay un bloque de Python que agrega una variable entera "
"estática al código C ::"
"estática al código C::"

#: ../Doc/howto/clinic.rst:1155
msgid "Using a \"self converter\""
Expand Down Expand Up @@ -2503,7 +2503,7 @@ msgid ""
"name of the variable when passing it into the impl function."
msgstr ""
"Un valor booleano. Si es verdadero, Argument Clinic agregará un ``&`` "
"delante del nombre de la variable al pasarlo a la función *impl*."
"delante del nombre de la variable al pasarlo a la función impl."

#: ../Doc/howto/clinic.rst:1336
msgid "``parse_by_reference``"
Expand Down