aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md2
-rw-r--r--help.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 24348be..395bf75 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,6 @@
## What a fun repository amitire
-This is a basic repostiory that should have absolutely nothing of value in it.
+This is a test repostiory that should have absolutely nothing of value in it.
Nothing at all. \ No newline at end of file
diff --git a/help.py b/help.py
index 2fef459..c083688 100644
--- a/help.py
+++ b/help.py
@@ -1,4 +1,4 @@
-# Time to make a real Fizzbuzz
+# Time to make a real FizzBuzz
for N in range (0,101):
S = ''
if N % 3 == 0: