diff options
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 "\ |