From 73a2fd11a74eedb97201fc8d54ea193e810ea9d3 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Wed, 27 Jan 2016 15:42:42 -0800 Subject: MAINT: Fix some typos in a code string and comments --- numpy/core/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/info.py') diff --git a/numpy/core/info.py b/numpy/core/info.py index 241f209b5..c6f7bbcf2 100644 --- a/numpy/core/info.py +++ b/numpy/core/info.py @@ -4,7 +4,7 @@ Functions - array - NumPy Array construction - zeros - Return an array of all zeros -- empty - Return an unitialized array +- empty - Return an uninitialized array - shape - Return shape of sequence or array - rank - Return number of dimensions - size - Return number of elements in entire array or a -- cgit v1.2.1