diff --git a/doc/source/array.rst b/doc/source/array.rst index 7264d84ea351bcadc93b7c702c328c882b4f6fbe..c9915c1befdebe10612bc02ef4da3fbae186fa41 100644 --- a/doc/source/array.rst +++ b/doc/source/array.rst @@ -149,7 +149,7 @@ Constructing :class:`Array` Instances .. versionchanged:: 2011.1 *context* argument was deprecated. -.. function:: empty(context, shape, dtype, order="C", allocator=None, base=None, data=None, queue=None) +.. function:: empty(queue, shape, dtype, order="C", allocator=None, base=None, data=None) A synonym for the :class:`Array` constructor.