diff --git a/doc/source/misc.rst b/doc/source/misc.rst index b0ba993ce15a3e1d15c086b5038c6bfedac843f8..5861a5411bcd9166cc66ae5b8fc1156ffe3d54a9 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 --------------