diff --git a/doc/source/misc.rst b/doc/source/misc.rst index 39cf7bb56ead98e5a82f1b3dd99c55a43f302995..2f8f2da1878c7d981b024d7e73fb306c315f2021 100644 --- a/doc/source/misc.rst +++ b/doc/source/misc.rst @@ -92,11 +92,10 @@ Version 2013.1 `their programming guide <http://developer.amd.com/sdks/AMDAPPSDK/assets/AMD_Accelerated_Parallel_Processing_OpenCL_Programming_Guide.pdf>`_) * Deprecated :func:`pyopencl.tools.register_dtype` in favor of :func:`pyopencl.tools.get_or_register_dtype`. -* Clean up the :class:`pyopencl.array.Array` constructor interface. Deprecate - arrays with :attr:`pyopencl.array.Array.queue` equal to *None*. +* Clean up the :class:`pyopencl.array.Array` constructor interface. * Deprecate :class:`pyopencl.array.DefaultAllocator`. * Deprecate :class:`pyopencl.tools.CLAllocator`. -* Introudce :class:`pyopencl.tools.DeferredAllocator`, :class:`pyopencl.tools.ImmediateAllocator`. +* Introduce :class:`pyopencl.tools.DeferredAllocator`, :class:`pyopencl.tools.ImmediateAllocator`. * Allow arrays whose beginning does not coincide with the beginning of their :attr:`pyopencl.array.Array.data` :class:`pyopencl.Buffer`. See :attr:`pyopencl.array.Array.base_data` and :attr:`pyopencl.array.Array.offset`. diff --git a/doc/source/runtime.rst b/doc/source/runtime.rst index fc34c1f8fd4153294554640634551cd28f44cbe1..aae5b790b5281f8af36d6145a8eba4c06e77950e 100644 --- a/doc/source/runtime.rst +++ b/doc/source/runtime.rst @@ -625,7 +625,7 @@ Programs and Kernels returned by :func:`tempfile.gettempdir`. By setting the environment variable :envvar:`PYOPENCL_NO_CACHE` to any non-empty value, this caching is suppressed. Any options found in the environment variable - :envvar:`PYOPENCL_BUILD_OPTIONS` will be appened to *options*. + :envvar:`PYOPENCL_BUILD_OPTIONS` will be appended to *options*. .. versionchanged:: 2011.1 *options* may now also be a :class:`list` of :class:`str`.