From 2aeb591be6b19a93f187516495ed15f1a47be925 Mon Sep 17 00:00:00 2001 From: Oleksii Kachaiev Date: Wed, 3 May 2023 10:36:09 +0200 Subject: [DOC] Corrected spelling errors (#467) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix typos in docstrings and examples * A few more fixes * Fix ref for `center_ot_dual` function * Another typo * Fix titles formatting * Explicit empty line after math blocks * Typo: asymmetric * Fix code cell formatting for 1D barycenters * Empirical * Fix indentation for references * Fixed all WARNINGs about title formatting * Fix empty lines after math blocks * Fix whitespace line * Update changelog * Consistent Gromov-Wasserstein * More Gromov-Wasserstein consistency --------- Co-authored-by: RĂ©mi Flamary --- ot/datasets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot/datasets.py') diff --git a/ot/datasets.py b/ot/datasets.py index a839074..3d633f4 100644 --- a/ot/datasets.py +++ b/ot/datasets.py @@ -22,7 +22,7 @@ def make_1D_gauss(n, m, s): m : float mean value of the gaussian distribution s : float - standard deviaton of the gaussian distribution + standard deviation of the gaussian distribution Returns ------- -- cgit v1.2.3