diff --git a/sentiment.py b/sentiment.py
index 43548a40f9e0aa91a2d19d3a18f4ee6d156528d0..88157a30b29e368b219f2ed197809cc32025d4d0 100644
--- a/sentiment.py
+++ b/sentiment.py
@@ -7,7 +7,7 @@ words_contained = tuple([[], [], [], [], []])
 
 
 def main():
-    # Below is startup
+    # Below is the startup
     try:
         reviews = open('sentiment.txt', 'r')
     except IOError as e: