From 18988107bb51de3027fb9bed74ae92b3c2b3307c Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Tue, 7 Jul 2020 09:48:28 -0500 Subject: [PATCH] Better docstring for PDE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Andreas Klöckner --- sumpy/expansion/pde.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sumpy/expansion/pde.py b/sumpy/expansion/pde.py index 308be6a0..e0b0b7c8 100644 --- a/sumpy/expansion/pde.py +++ b/sumpy/expansion/pde.py @@ -27,7 +27,7 @@ from sumpy.tools import add_mi class PDE(object): r""" - Represents a iscalar PDEs of dimension `dim`. It is represented by a + Represents a scalar, constant-coefficient PDE of dimension `dim`. It is represented by a dictionary. The dictionary maps a multi-index given as a tuple to the coefficient. This object is immutable. """ -- GitLab