diff --git a/resources/graphs/basic_graph/graph.py b/resources/graphs/basic_graph/graph.py
index d0d289146b8d493ce55ca5accfb5ff0c47d6da62..474209a33dc6fd02d2e06221d880a7e96a439dfb 100644
--- a/resources/graphs/basic_graph/graph.py
+++ b/resources/graphs/basic_graph/graph.py
@@ -116,7 +116,7 @@ class BasicGraphDisplay():
         # Get calling parent.
         self._parent = parent
 
-        # region Console Display Functions
+    # region Console Display Functions
 
     def print_node_edge_connections(self, node_identifier):
         """