diff --git a/mathgenerator/funcs/geometry/area_of_circle_given_center_and_point.py b/mathgenerator/funcs/geometry/area_of_circle_given_center_and_point.py index e928fa7..eb4a555 100644 --- a/mathgenerator/funcs/geometry/area_of_circle_given_center_and_point.py +++ b/mathgenerator/funcs/geometry/area_of_circle_given_center_and_point.py @@ -23,5 +23,5 @@ def gen_func(maxCoordinate = 10, maxRadius=10, format='string'): return center_x, center_y, point_x, point_y, area -area_of_circle = Generator("Area of Circle given center and a point on circle", 789, gen_func, - ["maxCoordinate = 10", "maxRadius=10"]) \ No newline at end of file +area_of_circle = Generator("Area of Circle given center and a point on circle", 115, gen_func, + ["maxCoordinate = 10", "maxRadius=10"])