From 3031149cb536101a9b0a7ec003a3086d90d564d7 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Thu, 27 Aug 2020 00:59:02 -0500 Subject: [PATCH] meth->func --- sumpy/toys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sumpy/toys.py b/sumpy/toys.py index de92bedf..b7d5c68d 100644 --- a/sumpy/toys.py +++ b/sumpy/toys.py @@ -428,7 +428,7 @@ class ExpansionPotentialSource(PotentialSource): .. attribute:: text_kwargs - Passed to :meth:`matplotlib.pyplot.annotate`. Used for customizing the + Passed to :func:`matplotlib.pyplot.annotate`. Used for customizing the expansion label. Changing the label text is supported by passing the kwarg *s*. Just for visualization, purely advisory. """ -- GitLab