Skip to content

Commit 5281470

Browse files
author
david allen
committed
Typo correction
1 parent e7e1993 commit 5281470

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HelloWorld.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Módulos | imports
2-
2+
33
# Constantes | constants declarations
44

55
# Variables Globales | global variables
@@ -25,7 +25,7 @@ def main():
2525

2626
# Ejecutar solo si se ejecuta como aplicación principal
2727
# --
28-
# Only execute if fun as main application
28+
# Only execute if run as main application
2929
# ---------------------------------------------------------------------
3030
if __name__ == '__main__':
3131
main()

0 commit comments

Comments
 (0)