From 3fd9d03ef5e56990150d8974223f201e7ba3cc68 Mon Sep 17 00:00:00 2001 From: Tai-Lin Wu Date: Wed, 20 Dec 2017 10:44:32 -0500 Subject: ENH: fix typo --- numpy/lib/function_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/function_base.py') diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index fb37801b9..780cf3c5c 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -2942,7 +2942,7 @@ def cov(m, y=None, rowvar=True, bias=False, ddof=None, fweights=None, .. versionadded:: 1.5 fweights : array_like, int, optional - 1-D array of integer freguency weights; the number of times each + 1-D array of integer frequency weights; the number of times each observation vector should be repeated. .. versionadded:: 1.10 -- cgit v1.2.1