From ef6bcb9b9ce47293881e8049c70cd6a397b5f2f3 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Tue, 29 Apr 2014 07:37:36 -0500
Subject: [PATCH] IPython doc fix

---
 doc/misc.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/misc.rst b/doc/misc.rst
index dcaeb8fc..f1fc8cc8 100644
--- a/doc/misc.rst
+++ b/doc/misc.rst
@@ -31,7 +31,7 @@ PyOpenCL comes with IPython integration, which lets you seamlessly integrate
 PyOpenCL kernels into your IPython notebooks. Simply load the PyOpenCL 
 IPython extension using::
 
-    %%load_ext pyopencl.ipython
+    %load_ext pyopencl.ipython
 
 and then use the ``%%cl_kernel`` 'cell-magic' command. See `this notebook
 <http://nbviewer.ipython.org/urls/raw.githubusercontent.com/pyopencl/pyopencl/master/examples/ipython-demo.ipynb>`_
-- 
GitLab