diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-09-09 08:07:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-09 08:07:26 -0500 |
commit | 1afd0d47a4ef32c5dbc003006d67b22bbbc73d93 (patch) | |
tree | ee66466ed7d0993f040c9a4271f77a957e2e69f7 /numpy | |
parent | e796449b8dea5f11a959d5664b9a2669add26eed (diff) | |
parent | 0346b1b04e3503df25937c239af2a1806e652963 (diff) | |
download | numpy-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.py | 1 |
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 |