From fb5eb7fcea47bea73c175dc0b3f069c07212934f Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Fri, 18 Aug 2017 13:05:28 -0500 Subject: [PATCH] Minor doc fix for sumpy.point_calculus --- sumpy/point_calculus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sumpy/point_calculus.py b/sumpy/point_calculus.py index 2706aa98..e938a9d8 100644 --- a/sumpy/point_calculus.py +++ b/sumpy/point_calculus.py @@ -46,7 +46,7 @@ class CalculusPatch(object): .. automethod:: dy .. automethod:: dy .. automethod:: laplace - .. automethod:: eval_at_0 + .. automethod:: eval_at_center .. autoattribute:: x .. autoattribute:: y .. autoattribute:: z -- GitLab