From 5ca953f8cb02d8f6571d0a57fc35b08987f4671f Mon Sep 17 00:00:00 2001
From: Matt Wala <wala1@illinois.edu>
Date: Fri, 23 Jun 2017 01:00:49 -0500
Subject: [PATCH] Grammar fix.

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

diff --git a/pyopencl/array.py b/pyopencl/array.py
index 3f65288a..326eea7c 100644
--- a/pyopencl/array.py
+++ b/pyopencl/array.py
@@ -636,7 +636,7 @@ class Array(object):
         :arg queue: The :class:`CommandQueue` for the returned array.
 
         .. versionchanged:: 2017.1.2
-            Updates the queue of returned array.
+            Updates the queue of the returned array.
 
         .. versionadded:: 2013.1
         """
-- 
GitLab