From 7897da783e93c43711cf7d5b555674fefba4d16e Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Mon, 18 May 2015 21:43:44 -0700 Subject: DOC: Fix spelling of Von Hann's surname --- 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 d22e8c047..fd0d4ac9e 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -2248,7 +2248,7 @@ def hanning(M): .. math:: w(n) = 0.5 - 0.5cos\\left(\\frac{2\\pi{n}}{M-1}\\right) \\qquad 0 \\leq n \\leq M-1 - The Hanning was named for Julius van Hann, an Austrian meteorologist. + The Hanning was named for Julius von Hann, an Austrian meteorologist. It is also known as the Cosine Bell. Some authors prefer that it be called a Hann window, to help avoid confusion with the very similar Hamming window. -- cgit v1.2.1