Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion committed Dec 11, 2020
1 parent 3a839f6 commit e8576fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StochasticOptimalTransport.jl
Expand Up @@ -10,7 +10,7 @@ include("utils.jl")
include("semidiscrete.jl")

@doc raw"""
wasserstein([rng, ], c, μ, ν[, ε; kwargs...])
wasserstein([rng, ]c, μ, ν[, ε; kwargs...])
Estimate the (entropic regularization of the) Wasserstein distance
```math
Expand Down

0 comments on commit e8576fb

Please sign in to comment.