Skip to content
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
Wrap
  • Loading branch information
humitos committed May 8, 2020
commit b4ee62d2ec05fb6fe2f3e6da6b6f698c54669b88
8 changes: 4 additions & 4 deletions c-api/veryhigh.po
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ msgid ""
"way with the interpreter."
msgstr ""
"Las funciones en este capítulo te permitirán ejecutar código fuente de "
"Python desde un archivo o un búfer, pero no te permitirán interactuar de "
"una manera detallada con el intérprete."
"Python desde un archivo o un búfer, pero no te permitirán interactuar de una "
"manera detallada con el intérprete."

#: ../Doc/c-api/veryhigh.rst:14
msgid ""
Expand All @@ -44,8 +44,8 @@ msgid ""
"following the functions which accept them as parameters."
msgstr ""
"Varias de estas funciones aceptan un símbolo de inicio de la gramática como "
"parámetro. Los símbolos de inicio disponibles son :const:`Py_eval_input`, "
":const:`Py_file_input`, y :const:`Py_single_input`. Estos se describen "
"parámetro. Los símbolos de inicio disponibles son :const:`Py_eval_input`, :"
"const:`Py_file_input`, y :const:`Py_single_input`. Estos se describen "
"siguiendo las funciones que los aceptan como parámetros."

#: ../Doc/c-api/veryhigh.rst:19
Expand Down