diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2006-07-20 21:55:39 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2006-07-20 21:55:39 +0000 |
commit | e6b71b7959907037d224f304e233f8688a366d45 (patch) | |
tree | a11096ad67c29d7032d34761084da63867f283bb /numpy/add_newdocs.py | |
parent | 9281fc791f0e5c0463656ed18e7c5cc7457714b2 (diff) | |
download | numpy-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.py | 2 |
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 "\ |