summaryrefslogtreecommitdiff
path: root/numpy/lib/recfunctions.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2011-02-18 05:19:30 -0700
committerCharles Harris <charlesr.harris@gmail.com>2011-02-18 05:19:30 -0700
commit9e71af4a49d0ab9f2ef881bf7f40eb937a207ac3 (patch)
tree009a1101d86ab44db8b4634a0b2f5547fe10ce4a /numpy/lib/recfunctions.py
parentaf1e833e49dafc6d96b20de90a44633f11450b3f (diff)
downloadnumpy-9e71af4a49d0ab9f2ef881bf7f40eb937a207ac3.tar.gz
TYP: Fix typo.
Diffstat (limited to 'numpy/lib/recfunctions.py')
-rw-r--r--numpy/lib/recfunctions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/recfunctions.py b/numpy/lib/recfunctions.py
index f722a89d1..b3c210fff 100644
--- a/numpy/lib/recfunctions.py
+++ b/numpy/lib/recfunctions.py
@@ -376,7 +376,7 @@ def merge_arrays(seqarrays,
# Only one item in the input sequence ?
if (len(seqarrays) == 1):
seqarrays = np.asanyarray(seqarrays[0])
- # Do we have a single ndarary as input ?
+ # Do we have a single ndarray as input ?
if isinstance(seqarrays, (ndarray, np.void)):
seqdtype = seqarrays.dtype
if (not flatten) or \