Skip to content

Commit 504a826

Browse files
jcantilocmaureir
andauthored
Update faq/extending.po
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
1 parent c404d4e commit 504a826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faq/extending.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ msgstr ""
127127
"La función de más alto nivel para hacer esto es :c:func:`PyRun_SimpleString` "
128128
"que toma un solo argumento de cadena de caracteres para ser ejecutado en el "
129129
"contexto del módulo ``__main__`` y retorna ``0`` si tiene éxito y ``-1`` "
130-
"cuando ocurre una excepción (incluyendo :exc:`SyntaxError`). Si quieres mas "
130+
"cuando ocurre una excepción (incluyendo :exc:`SyntaxError`). Si quieres mas "
131131
"control, usa :c:func:`PyRun_String`; mira la fuente para :c:func:"
132132
"`PyRun_SimpleString` en ``Python/pythonrun.c``."
133133

0 commit comments

Comments
 (0)