From 59d4085771538875e281e90dd163d931e1478c87 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Thu, 13 Dec 2012 18:51:36 -0500
Subject: [PATCH] Fix doc phrasing in scan.

---
 pyopencl/scan.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyopencl/scan.py b/pyopencl/scan.py
index 3cf67cb8..17d2de3f 100644
--- a/pyopencl/scan.py
+++ b/pyopencl/scan.py
@@ -943,7 +943,7 @@ class _GenericScanKernelBase(object):
             from warnings import warn
             warn("not specifying 'neutral' is deprecated and will lead to "
                     "wrong results if your scan is not in-place or your "
-                    "'output_statement' otherwise does something non-trivial",
+                    "'output_statement' does something otherwise non-trivial",
                     stacklevel=2)
 
         if dtype.itemsize % 4 != 0:
-- 
GitLab