diff --git a/once_useful_constructs/graph_theory.py b/once_useful_constructs/graph_theory.py index 8be6cf3c..4e261068 100644 --- a/once_useful_constructs/graph_theory.py +++ b/once_useful_constructs/graph_theory.py @@ -175,7 +175,7 @@ class CompleteGraph(Graph): return Graph.__str__(self) + str(self.num_vertices) -class GraphScene(Scene): +class DiscreteGraphScene(Scene): args_list = [ (CubeGraph(),), (SampleGraph(),),