Skip to content

Commit ec113b6

Browse files
authored
Apply suggestion from @kellertuer
1 parent 8b20c27 commit ec113b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/solvers/proximal_gradient_method.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $(_kwargs(:stepsize; default = "`[`default_stepsize`](@ref)`(M, `[`ProximalGradi
4646
that by default uses a [`ProximalGradientMethodBacktracking`](@ref).
4747
$(_kwargs(:retraction_method))
4848
$(_kwargs(:stopping_criterion; default = "`[`StopAfterIteration`](@ref)`(100)"))
49-
$(_kwargs(:sub_problem; name = "sub_problem", type = "Union{AbstractManoptProblem, F, Nothing}", default = "nothing"))
49+
$(_kwargs(:sub_problem; type = "Union{AbstractManoptProblem, F, Nothing}", default = "nothing"))
5050
or nothing to take the proximal map from the [`ManifoldProximalGradientObjective`](@ref)
5151
$(_kwargs(:sub_state; default = "evaluation")). This field is ignored, if the `sub_problem` is `Nothing`.
5252

0 commit comments

Comments
 (0)