diff options
author | Takanori H <takanori17h@gmail.com> | 2020-10-24 20:23:35 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-24 20:23:35 +0900 |
commit | d38d0c92c7a8c14482c2f74623511fb8c10c8774 (patch) | |
tree | 2c5a11d5cf24a9b4c3c2bd5f3da181c1ce7c6a8e | |
parent | 15bb98cf3ea6a5d8449874acd808c096d27a604c (diff) | |
download | numpy-d38d0c92c7a8c14482c2f74623511fb8c10c8774.tar.gz |
Update doc/source/user/basics.rec.rst
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
-rw-r--r-- | doc/source/user/basics.rec.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/basics.rec.rst b/doc/source/user/basics.rec.rst index 6906e4500..3dba65361 100644 --- a/doc/source/user/basics.rec.rst +++ b/doc/source/user/basics.rec.rst @@ -132,7 +132,7 @@ summary they are: Offsets may be chosen such that the fields overlap, though this will mean that assigning to one field may clobber any overlapping field's data. As - an exception, fields of :class:`object` type cannot overlap with + an exception, fields of :class:`numpy.object_` type cannot overlap with other fields, because of the risk of clobbering the internal object pointer and then dereferencing it. |