aboutsummaryrefslogtreecommitdiffstats
path: root/help.py
diff options
context:
space:
mode:
Diffstat (limited to 'help.py')
-rw-r--r--help.py2
1 files changed, 1 insertions, 1 deletions
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: