diff options
Diffstat (limited to 'doc/source')
-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. |