diff --git a/pystencils/opencl/opencljit.py b/pystencils/opencl/opencljit.py
index a6817496155ff0da231726b564c1bfcc88d63e36..ed7ba7e8ef39eb8df66bd139c73f15d7ab7814af 100644
--- a/pystencils/opencl/opencljit.py
+++ b/pystencils/opencl/opencljit.py
@@ -9,8 +9,8 @@ USE_FAST_MATH = True
 
 def make_python_function(kernel_function_node, opencl_queue, opencl_ctx, argument_dict=None, custom_backend=None):
     """
-    Creates a kernel function from an abstract syntax tree which
-    was created e.g. by :func:`pystencils.gpucuda.create_cuda_kernel`
+    Creates a **OpenCL** kernel function from an abstract syntax tree which
+    was created for the ``target='gpu'`` e.g. by :func:`pystencils.gpucuda.create_cuda_kernel`
     or :func:`pystencils.gpucuda.created_indexed_cuda_kernel`
 
     Args: