From a1b45c8353057b28a4dfc4426ce3b3ead185c80e Mon Sep 17 00:00:00 2001 From: Yigit Gunsur Elmacioglu <102380275+YigitElma@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:54:50 -0400 Subject: [PATCH] Update desc/objectives/objective_funs.py Co-authored-by: Kaya Unalmis --- desc/objectives/objective_funs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desc/objectives/objective_funs.py b/desc/objectives/objective_funs.py index 7cf55cd92..4d859982d 100644 --- a/desc/objectives/objective_funs.py +++ b/desc/objectives/objective_funs.py @@ -39,7 +39,7 @@ doc_bounds = """ bounds : tuple of {float, ndarray}, optional Lower and upper bounds on the objective. Overrides target. - Both bounds must be broadcastable to to Objective.dim_f + Both bounds must be broadcastable to Objective.dim_f """ doc_weight = """ weight : {float, ndarray}, optional