diff options
author | Hassan Kibirige <has2k1@gmail.com> | 2015-09-08 00:30:54 -0500 |
---|---|---|
committer | Hassan Kibirige <has2k1@gmail.com> | 2015-09-08 00:30:54 -0500 |
commit | 0589e9694b378215c5519183dccbccef5c421382 (patch) | |
tree | 1b4ac7ac9b5ebf85ec5f2a8e6478cc8992f25f34 /numpy/add_newdocs.py | |
parent | d83814dd442a63e2ce9b60bc4e4f62338700e26d (diff) | |
download | numpy-0589e9694b378215c5519183dccbccef5c421382.tar.gz |
DOC: Document Datetime, Timedelta dtype kinds
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r-- | numpy/add_newdocs.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py index 607e28a28..ce5ef6d09 100644 --- a/numpy/add_newdocs.py +++ b/numpy/add_newdocs.py @@ -6223,7 +6223,7 @@ add_newdoc('numpy.core.multiarray', 'dtype', ('itemsize', add_newdoc('numpy.core.multiarray', 'dtype', ('kind', """ - A character code (one of 'biufcOSUV') identifying the general kind of data. + A character code (one of 'biufcmMOSUV') identifying the general kind of data. = ====================== b boolean @@ -6231,6 +6231,8 @@ add_newdoc('numpy.core.multiarray', 'dtype', ('kind', u unsigned integer f floating-point c complex floating-point + m timedelta + M datetime O object S (byte-)string U Unicode |