From b302b34ded2604f68cf460b6bc9b88a5c605e952 Mon Sep 17 00:00:00 2001 From: Luis Pineda <42021018+luismateopineda@users.noreply.github.com> Date: Mon, 9 Dec 2019 16:54:46 -0500 Subject: [PATCH] Fix filename and description --- Code/Python_Code/00.0.0_Hello/Hello.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/Python_Code/00.0.0_Hello/Hello.py b/Code/Python_Code/00.0.0_Hello/Hello.py index 47e6895..0e63534 100644 --- a/Code/Python_Code/00.0.0_Hello/Hello.py +++ b/Code/Python_Code/00.0.0_Hello/Hello.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 ######################################################################## -# Filename : Blink.py -# Description : Make an led blinking. +# Filename : Hello.py +# Description : Print "Hello World!". # auther : www.freenove.com # modification: 2018/08/04 ########################################################################