Skip to content

Commit 55164e9

Browse files
authored
Fix minor typo take #2 (#209)
As recommended in your comment.
1 parent a8acfc3 commit 55164e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ solution of the resulting optimization problem can be expressed as:
176176
where :math:`u` and :math:`v` are vectors and :math:`K=\exp(-M/\lambda)` where
177177
the :math:`\exp` is taken component-wise. In order to solve the optimization
178178
problem, on can use an alternative projection algorithm called Sinkhorn-Knopp that can be very
179-
efficient for large values if regularization.
179+
efficient for large values of regularization.
180180

181181
The Sinkhorn-Knopp algorithm is implemented in :any:`ot.sinkhorn` and
182182
:any:`ot.sinkhorn2` that return respectively the OT matrix and the value of the

0 commit comments

Comments
 (0)