summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-09-09 08:07:26 -0500
committerGitHub <noreply@github.com>2018-09-09 08:07:26 -0500
commit1afd0d47a4ef32c5dbc003006d67b22bbbc73d93 (patch)
treeee66466ed7d0993f040c9a4271f77a957e2e69f7 /numpy
parente796449b8dea5f11a959d5664b9a2669add26eed (diff)
parent0346b1b04e3503df25937c239af2a1806e652963 (diff)
downloadnumpy-1afd0d47a4ef32c5dbc003006d67b22bbbc73d93.tar.gz
Merge pull request #11912 from mattip/dtype-offset-int
DOC: dtype offset and itemsize is limited by range of C int
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/_add_newdocs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/_add_newdocs.py b/numpy/core/_add_newdocs.py
index 9ebd12cbd..e1e546c52 100644
--- a/numpy/core/_add_newdocs.py
+++ b/numpy/core/_add_newdocs.py
@@ -6457,6 +6457,7 @@ add_newdoc('numpy.core.multiarray', 'dtype', ('fields',
(dtype, offset[, title])
+ Offset is limited to C int, which is signed and usually 32 bits.
If present, the optional title can be any object (if it is a string
or unicode then it will also be a key in the fields dictionary,
otherwise it's meta-data). Notice also that the first two elements