From 5bbf9bcb76d9e8ba14a4111909387ce2535c9124 Mon Sep 17 00:00:00 2001 From: Luke Weiler Date: Sun, 18 Dec 2022 23:55:29 -0500 Subject: [PATCH] Update product_of_scientific_notations.py --- mathgenerator/funcs/misc/product_of_scientific_notations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mathgenerator/funcs/misc/product_of_scientific_notations.py b/mathgenerator/funcs/misc/product_of_scientific_notations.py index 1af5eeb..ce3d411 100644 --- a/mathgenerator/funcs/misc/product_of_scientific_notations.py +++ b/mathgenerator/funcs/misc/product_of_scientific_notations.py @@ -21,5 +21,5 @@ def gen_func(minExpVal=-100, maxExpVal=100, format='string'): return a, b, c -product_of_scientific_notations = Generator("Product of scientific notaions", 121, gen_func, +product_of_scientific_notations = Generator("Product of scientific notations", 121, gen_func, ["minExpVal=-100", "maxExpVal=100"])