Skip to content

Commit 9b94074

Browse files
author
Nathan Cassereau
committed
typo
1 parent e8c9c4b commit 9b94074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ot/optim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def line_search_armijo(
4545
c1 : float, optional
4646
:math:`c_1` const in armijo rule (>0)
4747
alpha0 : float, optional
48-
initial step (>0),
48+
initial step (>0)
4949
alpha_min : float, optional
5050
minimum value for alpha
5151
alpha_max : float, optional

0 commit comments

Comments
 (0)