File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ msgid ""
33
33
"way with the interpreter."
34
34
msgstr ""
35
35
"Las funciones en este capítulo te permitirán ejecutar código fuente de "
36
- "Python desde un archivo o un búfer, pero no te permitirán interactuar de "
37
- "una manera detallada con el intérprete."
36
+ "Python desde un archivo o un búfer, pero no te permitirán interactuar de una "
37
+ "manera detallada con el intérprete."
38
38
39
39
#: ../Doc/c-api/veryhigh.rst:14
40
40
msgid ""
@@ -44,8 +44,8 @@ msgid ""
44
44
"following the functions which accept them as parameters."
45
45
msgstr ""
46
46
"Varias de estas funciones aceptan un símbolo de inicio de la gramática como "
47
- "parámetro. Los símbolos de inicio disponibles son :const:`Py_eval_input`, "
48
- ": const:`Py_file_input`, y :const:`Py_single_input`. Estos se describen "
47
+ "parámetro. Los símbolos de inicio disponibles son :const:`Py_eval_input`, : "
48
+ "const:`Py_file_input`, y :const:`Py_single_input`. Estos se describen "
49
49
"siguiendo las funciones que los aceptan como parámetros."
50
50
51
51
#: ../Doc/c-api/veryhigh.rst:19
You can’t perform that action at this time.
0 commit comments