diff options
author | Dongjoon Hyun <dongjoon@apache.org> | 2016-01-27 15:42:42 -0800 |
---|---|---|
committer | Dongjoon Hyun <dongjoon@apache.org> | 2016-01-27 21:14:48 -0800 |
commit | 73a2fd11a74eedb97201fc8d54ea193e810ea9d3 (patch) | |
tree | a1ebf45fcdc82a939bedc61bde2e6a2836fae453 /numpy/core/info.py | |
parent | 2b34f4bf652189e0415d5bf48ef7aa3294302871 (diff) | |
download | numpy-73a2fd11a74eedb97201fc8d54ea193e810ea9d3.tar.gz |
MAINT: Fix some typos in a code string and comments
Diffstat (limited to 'numpy/core/info.py')
-rw-r--r-- | numpy/core/info.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |