Merge pull request #44 from cclauss/patch-3

Add missing close bracket: }
This commit is contained in:
Grant Sanderson
2017-12-09 14:05:22 -08:00
committed by GitHub

View File

@ -15,6 +15,7 @@ from topics.complex_numbers import *
DEFAULT_PLANE_CONFIG = {
"stroke_width" : 2*DEFAULT_POINT_THICKNESS
}
class SuccessiveComplexMultiplications(ComplexMultiplication):