From 8c089585533a868481cea292c6fe973e75e2dc46 Mon Sep 17 00:00:00 2001 From: Brandon Amos <bdamos@vt.edu> Date: Fri, 14 Feb 2014 02:50:58 -0500 Subject: [PATCH] Typo fix. --- doc/misc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/misc.rst b/doc/misc.rst index 077c2f40..1785d511 100644 --- a/doc/misc.rst +++ b/doc/misc.rst @@ -74,7 +74,7 @@ C interface to Python: Interoperability with other OpenCL software ------------------------------------------- -Just about every object in :mod:`pyopncl` supports the following +Just about every object in :mod:`pyopencl` supports the following interface (here shown as an example for :class:`pyopencl.MemoryObject`, from which :class:`pyopencl.Buffer` and :class:`pyopencl.Image` inherit): -- GitLab