summaryrefslogtreecommitdiff
path: root/ot/datasets.py
diff options
context:
space:
mode:
Diffstat (limited to 'ot/datasets.py')
-rw-r--r--ot/datasets.py2
1 files changed, 1 insertions, 1 deletions
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
-------