summaryrefslogtreecommitdiff
path: root/es/06_ejec_mod.md
diff options
context:
space:
mode:
Diffstat (limited to 'es/06_ejec_mod.md')
-rw-r--r--es/06_ejec_mod.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/es/06_ejec_mod.md b/es/06_ejec_mod.md
index 3a3a0ef..d28b101 100644
--- a/es/06_ejec_mod.md
+++ b/es/06_ejec_mod.md
@@ -244,7 +244,7 @@ Puedes leer más sobre este tema en la documentación de python[^main-guard].
[^main-guard]: <https://docs.python.org/3/library/__main__.html>
-Siguiendo este concepto, también existe el un estándar de nomenclatura de
+Siguiendo este concepto, también existe un estándar de nomenclatura de
ficheros. El nombre `__main__.py` hace referencia al fichero que contiene el
código principal del programa y será el fichero que python buscará ejecutar
siempre que se le pida ejecutar un paquete o un directorio sin especificar qué