From 1e3d7737693d551de3e9e0ac73c6aa7bb89555a6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net>
Date: Wed, 9 Jun 2021 20:17:42 -0500
Subject: [PATCH] Eliminate a duplicated sentence in the docs

---
 arraycontext/context.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arraycontext/context.py b/arraycontext/context.py
index f9a3bd1..a4b2402 100644
--- a/arraycontext/context.py
+++ b/arraycontext/context.py
@@ -1,7 +1,4 @@
 """
-An array context is an abstraction that helps you dispatch between multiple
-implementations of :mod:`numpy`-like :math:`n`-dimensional arrays.
-
 .. currentmodule:: arraycontext
 .. autoclass:: ArrayContext
 """
-- 
GitLab