From 8e53225952665ad3a253313a9a80c7bd09398395 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net>
Date: Sat, 11 Jul 2020 14:14:35 -0500
Subject: [PATCH] CSEMatVecOperator doc improvements

---
 sumpy/expansion/__init__.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sumpy/expansion/__init__.py b/sumpy/expansion/__init__.py
index 81ddaa15..6407e330 100644
--- a/sumpy/expansion/__init__.py
+++ b/sumpy/expansion/__init__.py
@@ -240,7 +240,7 @@ class CSEMatVecOperator(object):
 
         An object of type ``List[List[Tuple[int, Any]]]``. Each element
         in the list represents a row of the Matrix using a linear combination
-        of values from input vector. Each element represents a
+        of values from the input vector. Each element has the form
         ``(index of input vector, coeff)``.
 
         Number of rows in the matrix represented is equal to the
@@ -249,8 +249,8 @@ class CSEMatVecOperator(object):
     .. attribute:: from_output_coeffs_by_row
 
         An object of type ``List[List[Tuple[int, Any]]]``. Each element
-        in the list represents a row of the Matrix using a linear combination
-        of values from output vector. Each element represents a
+        in the list represents a row of the matrix using a linear combination
+        of values from the output vector. Each element has the form
         ``(index of output vector, coeff)``.
 
     .. attribute:: shape
-- 
GitLab