From 40486a4ce9cc2c7e62cfae5e7f314b3c3a98e668 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sun, 20 Mar 2011 05:57:34 -0400
Subject: [PATCH] Minor scan doc fix.

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

diff --git a/doc/source/array.rst b/doc/source/array.rst
index eb5b69a4..f9b2cedb 100644
--- a/doc/source/array.rst
+++ b/doc/source/array.rst
@@ -465,7 +465,7 @@ Parallel Scan / Prefix Sum
 
 .. module:: pyopencl.scan
 
-.. class:: ExclusiveScanKernel(ctx, dtype, scan_expr, neutral=None, name_prefix="scan", options=[], preamble="", devices=None)
+.. class:: ExclusiveScanKernel(ctx, dtype, scan_expr, neutral, name_prefix="scan", options=[], preamble="", devices=None)
 
     Generates a kernel that can compute a `prefix sum <https://secure.wikimedia.org/wikipedia/en/wiki/Prefix_sum>`_
     using any associative operation given as *scan_expr*.
-- 
GitLab