From 9460a2c8a0f4495d66f3a05454e27421ff425179 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sat, 6 Oct 2012 16:52:05 -0400 Subject: [PATCH] Minor doc fixes. --- doc/source/misc.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/misc.rst b/doc/source/misc.rst index b0ba993c..5861a541 100644 --- a/doc/source/misc.rst +++ b/doc/source/misc.rst @@ -92,8 +92,8 @@ Version 2012.2 * Clean up the :class:`pyopencl.array.Array` constructor interface. Deprecate arrays with :attr:`pyopencl.array.Array.queue` equal to *None*. * Deprecate :class:`pyopencl.array.DefaultAllocator`. -* Deprecate :class:`pyopencl.CLAllocator`. -* Introudce :class:`pyopencl.DeferredAllocator`, :class:`pyopencl.ImmediateAllocator`. +* Deprecate :class:`pyopencl.tools.CLAllocator`. +* Introudce :class:`pyopencl.tools.DeferredAllocator`, :class:`pyopencl.tools.ImmediateAllocator`. Version 2012.1 -------------- -- GitLab