diff --git a/main.py b/main.py
index fd5f6e428428b5fec1800ed7b7c870d0365f71be..58bfad179d2f182b346fd9789fa2a9ca525c567c 100644
--- a/main.py
+++ b/main.py
@@ -31,7 +31,7 @@ scoreDefault = 100 # What the score is out of
 
 title = "Name of Assignment"
 
-# Default points stored, 0 default for extra credit.
+# Default points stored for each run. Each list entry is a run. A default run score of 0 allows extra credit.
 
 defaults = [10,15,20,0]