diff --git a/mathgenerator/funcs/geometry/volume_pyramid.py b/mathgenerator/funcs/geometry/volume_pyramid.py index 69a378b..08a86bc 100644 --- a/mathgenerator/funcs/geometry/volume_pyramid.py +++ b/mathgenerator/funcs/geometry/volume_pyramid.py @@ -18,5 +18,5 @@ def gen_func(maxLength=20, maxWidth=20, maxHeight=50, unit='m', format='string') return l, w, h, ans, unit -volume_pyramid = Generator("Volume of pyramid", 112, gen_func, - ["maxLength=20", "maxWidth=20", "maxHeight=50", "unit='m'"]) \ No newline at end of file +volume_pyramid = Generator("Volume of pyramid", 122, gen_func, + ["maxLength=20", "maxWidth=20", "maxHeight=50", "unit='m'"])