From 1cf7e661bced0b4ea3ea2e4fa1a4d08dc271e83c Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Thu, 21 May 2009 13:34:38 +0000 Subject: docstring: fix bug in blackman docstring --- 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 1b84c864d..b493801df 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -2187,7 +2187,7 @@ def bartlett(M): >>> response = 20*log10(mag) >>> response = clip(response,-100,100) >>> plt.plot(freq, response) - >>> plt.title("Frequency response of Bartlett window") + >>> plt.title("Frequency response of Blackman window") >>> plt.ylabel("Magnitude [dB]") >>> plt.xlabel("Normalized frequency [cycles per sample]") >>> plt.axis('tight') -- cgit v1.2.1