From a42e7ffbc230f5eca7ce591eb50c95202e8102e8 Mon Sep 17 00:00:00 2001
From: jdsteve2 <jdsteve2@illinois.edu>
Date: Sun, 4 Mar 2018 02:48:37 -0600
Subject: [PATCH] fixing grammar in doc string

---
 loopy/statistics.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/loopy/statistics.py b/loopy/statistics.py
index 07f29d8ab..b9d147fe4 100755
--- a/loopy/statistics.py
+++ b/loopy/statistics.py
@@ -555,7 +555,7 @@ class MemAccess(Record):
 
     .. attribute:: lid_strides
 
-       An :class:`dict` of **{** :class:`int` **:**
+       A :class:`dict` of **{** :class:`int` **:**
        :class:`pymbolic.primitives.Variable` or :class:`int` **}** that
        specifies local strides for each local id in the memory access index.
        Local ids not found will not be present in ``lid_strides.keys()``.
-- 
GitLab