mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Eliminate name ambiguity
This commit is contained in:
parent
f970b77e67
commit
505a86b5b8
1 changed files with 1 additions and 1 deletions
|
@ -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(),),
|
||||
|
|
Loading…
Add table
Reference in a new issue