mirror of
https://github.com/3b1b/manim.git
synced 2025-08-21 05:44:04 +00:00
Merge pull request #44 from cclauss/patch-3
Add missing close bracket: }
This commit is contained in:
commit
302433aa37
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ from topics.complex_numbers import *
|
||||||
|
|
||||||
DEFAULT_PLANE_CONFIG = {
|
DEFAULT_PLANE_CONFIG = {
|
||||||
"stroke_width" : 2*DEFAULT_POINT_THICKNESS
|
"stroke_width" : 2*DEFAULT_POINT_THICKNESS
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
class SuccessiveComplexMultiplications(ComplexMultiplication):
|
class SuccessiveComplexMultiplications(ComplexMultiplication):
|
||||||
|
|
Loading…
Add table
Reference in a new issue