From 56710dbd92f8a2d9c926200604976c7ed449e70b Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Fri, 19 Aug 2011 18:08:14 +0200 Subject: [PATCH] Minor fix to array docs. --- doc/source/array.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/array.rst b/doc/source/array.rst index 7264d84e..c9915c1b 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. -- GitLab