From 0e5e3d4031c1bb846a6f79b0e9ca5a25277df062 Mon Sep 17 00:00:00 2001 From: Chris Kerr Date: Mon, 11 Nov 2013 23:07:59 +0000 Subject: DOC: Spelling correction for numpy.diag see also --- numpy/lib/twodim_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/twodim_base.py') diff --git a/numpy/lib/twodim_base.py b/numpy/lib/twodim_base.py index fe3066377..b3f7aece2 100644 --- a/numpy/lib/twodim_base.py +++ b/numpy/lib/twodim_base.py @@ -256,7 +256,7 @@ def diag(v, k=0): diagflat : Create a 2-D array with the flattened input as a diagonal. trace : Sum along diagonals. triu : Upper triangle of an array. - tril : Lower triange of an array. + tril : Lower triangle of an array. Examples -------- -- cgit v1.2.1