From 19f273d43901d526e2b262065b72c5d7385400c6 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Wed, 22 Sep 2021 17:29:25 -0500 Subject: [PATCH] remove whitespace on blank line --- sumpy/kernel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sumpy/kernel.py b/sumpy/kernel.py index d88ec3d6..d4c45a4b 100644 --- a/sumpy/kernel.py +++ b/sumpy/kernel.py @@ -238,7 +238,7 @@ class Kernel: The typical use of this function is to apply target-variable derivatives to the kernel. - + :arg expr: may be a :class:`sympy.Expr` or a :class:`sumpy.tools.DifferentiatedExprDerivativeTaker`. """ -- GitLab