summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
authorStefan van der Walt <stefan@sun.ac.za>2006-07-20 21:55:39 +0000
committerStefan van der Walt <stefan@sun.ac.za>2006-07-20 21:55:39 +0000
commite6b71b7959907037d224f304e233f8688a366d45 (patch)
treea11096ad67c29d7032d34761084da63867f283bb /numpy/add_newdocs.py
parent9281fc791f0e5c0463656ed18e7c5cc7457714b2 (diff)
downloadnumpy-e6b71b7959907037d224f304e233f8688a366d45.tar.gz
Fixed spelling of type object to be consistent with rest of code.
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r--numpy/add_newdocs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py
index acc333a44..0ef30da3a 100644
--- a/numpy/add_newdocs.py
+++ b/numpy/add_newdocs.py
@@ -9,7 +9,7 @@ add_newdoc('numpy.core','dtype',
"Little-endian (<), big-endian (>), native (=), or "\
"not-applicable (|)"),
('char', "Letter typecode for this data-type"),
- ('type', "Typeobject associated with this data-type"),
+ ('type', "Type object associated with this data-type"),
('kind', "Character giving type-family of this data-type"),
('itemsize', "Size of each item"),
('hasobject', "Non-zero if Python objects are in "\