From d49cee416be102140029572424f80450145c39c2 Mon Sep 17 00:00:00 2001 From: Sebastian Schmitt <sebastian.schmitt@kip.uni-heidelberg.de> Date: Thu, 22 Apr 2021 10:35:36 +0200 Subject: [PATCH] Fix typo (#1496) --- doc/concepts/morphology.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/concepts/morphology.rst b/doc/concepts/morphology.rst index 8a51061d..8af3f9a2 100644 --- a/doc/concepts/morphology.rst +++ b/doc/concepts/morphology.rst @@ -408,7 +408,7 @@ A simple model of a cell as a sphere can be modelled using a cylinder with lengt and diameter equal to the diameter of the sphere, which will have the same surface area (disregarding the area of the cylinder's circular ends). -Here a cylinder of length and diameter 5 μm is used to represent a *spherical cell* +Here a cylinder of length and diameter 4 μm is used to represent a *spherical cell* with a radius of 2 μm, centred at the origin. .. code:: Python -- GitLab