From 9cd968821b9ca400568025fc02dd75f5d8f2abae Mon Sep 17 00:00:00 2001 From: Thibaut Astic <97514898+thibaut-kobold@users.noreply.github.com> Date: Thu, 23 Mar 2023 14:33:47 -0700 Subject: [PATCH] fix typo in electrostatic_sphere.rst fix typo in electrostatic_sphere.rst --- .../fields_from_grounded_sources_dcr/electrostatic_sphere.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/maxwell2_static/fields_from_grounded_sources_dcr/electrostatic_sphere.rst b/content/maxwell2_static/fields_from_grounded_sources_dcr/electrostatic_sphere.rst index 487c89fc..8cd2deba 100644 --- a/content/maxwell2_static/fields_from_grounded_sources_dcr/electrostatic_sphere.rst +++ b/content/maxwell2_static/fields_from_grounded_sources_dcr/electrostatic_sphere.rst @@ -413,7 +413,7 @@ The figure below shows surface charge density at the surface of sphere. Z = np.zeros_like(X) q1 = sphere1.charge_density((X, Y, Z), dr=xr[1]-xr[0]) - q2 = sphere1.charge_density((X, Y, Z), dr=xr[1]-xr[0]) + q2 = sphere2.charge_density((X, Y, Z), dr=xr[1]-xr[0]) fig, axs = plt.subplots(1,2,figsize=(18,6)) qs = [q1, q2]