summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r--numpy/add_newdocs.py4
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