From 914fa712df314a052cfe44737dce9db83c197695 Mon Sep 17 00:00:00 2001 From: Matt Wala <wala1@illinois.edu> Date: Wed, 15 Nov 2017 00:34:41 -0600 Subject: [PATCH] [ci skip] Fix some doc typos. --- sumpy/toys.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sumpy/toys.py b/sumpy/toys.py index 2804b819..dbb08692 100644 --- a/sumpy/toys.py +++ b/sumpy/toys.py @@ -49,7 +49,7 @@ local and multipole expansions. .. autoclass:: ConstantPotential .. autoclass:: PointSources -These functions manipulate these pootentials: +These functions manipulate these potentials: .. autofunction:: multipole_expand .. autofunction:: local_expand @@ -58,7 +58,7 @@ These functions manipulate these pootentials: .. autofunction:: combine_halfspace .. autofunction:: combine_halfspace_and_outer -These fucntions help with plotting: +These functions help with plotting: .. autofunction:: draw_box .. autofunction:: draw_circle -- GitLab