From 4de3df1412ed21bbf346396e853c74dc2be05bc2 Mon Sep 17 00:00:00 2001 From: 2010person <116949561+2010person@users.noreply.github.com> Date: Sun, 19 Feb 2023 22:02:42 +0000 Subject: [PATCH] Updated hello.py Fixed syntax error --- src/space_facts_2010person/hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/space_facts_2010person/hello.py b/src/space_facts_2010person/hello.py index b640d20..b324d00 100644 --- a/src/space_facts_2010person/hello.py +++ b/src/space_facts_2010person/hello.py @@ -1,6 +1,6 @@ # This program is not to be altered with or redistributed unofficially, under the MIT License © Aahan in Space 2023 ------------------------------------------------------------------------------------------------------------------------------------------- +#------------------------------------------------------------------------------------------------------------------------------------------ # This program is soley for the purposes of providing users version details among other essential details print("Hello user welcome to space_facts, this module has been created to bring important astronomical information into your Python code.")