diff --git a/pyopencl/array.py b/pyopencl/array.py index 326eea7c0eb90656884fda1f28afba0e364761b7..0b31e68dec82631c1e5ae0296edc4c315585e335 100644 --- a/pyopencl/array.py +++ b/pyopencl/array.py @@ -246,7 +246,7 @@ class Array(object): backs this :class:`Array`. Unlike :attr:`data`, the base address of *base_data* is allowed to be different from the beginning of the array. The actual beginning is the base address of *base_data* plus - :attr:`offset` in units of :attr:`dtype`. + :attr:`offset` bytes. Unlike :attr:`data`, retrieving :attr:`base_data` always succeeds.