From 0d336d3d9b353493511b57ac5423d23705565872 Mon Sep 17 00:00:00 2001 From: Sebastian Schmitt <sebastian.schmitt@kip.uni-heidelberg.de> Date: Fri, 19 Feb 2021 11:41:27 +0100 Subject: [PATCH] Fix typo in docs sample code (#1391) --- doc/concepts/decor.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/concepts/decor.rst b/doc/concepts/decor.rst index f06b1be9..2fd77300 100644 --- a/doc/concepts/decor.rst +++ b/doc/concepts/decor.rst @@ -100,7 +100,7 @@ specialised on specific regions. import arbor # Create an empty decor. - decor = arbor.decor + decor = arbor.decor() # Set cell-wide properties that will be applied by default to the entire cell. decor.set_properties(Vm=-70, cm=0.02, rL=30, tempK=30+273.5) -- GitLab