From a95f7d8a73c79c4567c4322da6863757133e99a1 Mon Sep 17 00:00:00 2001 From: Thibaut Cuvelier Date: Thu, 14 Jan 2016 15:55:47 +0100 Subject: [PATCH] Typo in doc. --- doc/source/univariate.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/univariate.rst b/doc/source/univariate.rst index 895eaf856..1443053cd 100644 --- a/doc/source/univariate.rst +++ b/doc/source/univariate.rst @@ -114,7 +114,7 @@ Let ``d`` be a distribution: .. function:: ismesokurtic(d) - Return whether ``d`` is leptokurtic (*i.e* ``kurtosis(d) == 0``). + Return whether ``d`` is mesokurtic (*i.e* ``kurtosis(d) == 0``). .. function:: entropy(d)