diff --git a/mp1/graph_generator.py b/mp1/graph_generator.py
index a27e7e696bdda94bc8889efa6cb4de86415be582..3bcde9f4894e13f1c9edd6b3ac305df5ba18c475 100644
--- a/mp1/graph_generator.py
+++ b/mp1/graph_generator.py
@@ -16,9 +16,9 @@ def generate_records_for_node():
            You need to plot the CDF (cumulative distribution function) of transaction processing time.
            A datapoint (X,Y) on the CDF indicates that the Y%ile value of the metric is X. Your y-axis must range from 1-99%ile.
 
-           nodeid generated_time processed_time transaction_str
-
            log example:
+
+           nodeid generated_time processed_time transaction_str
        """
 
     with open('./node.log', 'r') as file: