From 2600d421b337fe775b5d722e71b9df13693e408f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ren=C3=A9=20He=C3=9F?= <rene.hess@iwr.uni-heidelberg.de>
Date: Fri, 13 Jan 2017 14:35:28 +0100
Subject: [PATCH] Fix documentation typo

---
 python/dune/perftool/sumfact/sumfact.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/dune/perftool/sumfact/sumfact.py b/python/dune/perftool/sumfact/sumfact.py
index ab5ce9e1..0f2407d4 100644
--- a/python/dune/perftool/sumfact/sumfact.py
+++ b/python/dune/perftool/sumfact/sumfact.py
@@ -364,8 +364,8 @@ def sum_factorization_kernel(a_matrices,
     A_l * X --> [m_l,n_l] * [n_l, ...] = [m_l,n_{l+1},...,n_{d-1},m_0,...,m_{l-1}]
     R_l (A_l*X) --> [n_{l+1},...,n_{d-1},m_0,...,m_{l-1}]
 
-    So the multiplication with A_l is reduction over one index and the
-    transformation brings the next reduction index in the fastest
+    So the multiplication with A_l is a reduction over one index and
+    the transformation brings the next reduction index in the fastest
     position.
 
     Note: In the code below the transformation step is directly done
-- 
GitLab