diff --git a/RotTable.py b/RotTable.py
index cb1f75b7c481272149b5618d7f4f98757e4a4df2..57a77141fb2f9b28f02bb74489e76a1e7c09ca85 100644
--- a/RotTable.py
+++ b/RotTable.py
@@ -5,6 +5,7 @@ import numpy
 class RotTable:
     """Represents the rotation table"""
 
+    #The standart Rotation table given by the base problem
     __ORIGINAL_ROT_TABLE = {\
         "AA": [35.62, 7.2, -154, 0.06, 0.6, 0],\
         "AC": [34.4, 1.1, 143, 1.3, 5, 0],\