From 1b600397e205bb971cb6563a2649f65bcfef7b9d Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Fri, 18 Jan 2019 12:38:52 -0600 Subject: Fix pointless stuff --- README.md | 2 +- help.py | 2 +- 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: -- cgit v1.2.3