From a4fcf6f582a559a22407f0363adfb7e8c2e0d6d9 Mon Sep 17 00:00:00 2001 From: Sebastian Schmitt <sebastian.schmitt@kip.uni-heidelberg.de> Date: Fri, 22 Jan 2021 16:08:07 +0100 Subject: [PATCH] Fix typo (#1321) --- doc/tutorial/single_cell_recipe.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/single_cell_recipe.rst b/doc/tutorial/single_cell_recipe.rst index b806c07a..54ab8ae5 100644 --- a/doc/tutorial/single_cell_recipe.rst +++ b/doc/tutorial/single_cell_recipe.rst @@ -65,7 +65,7 @@ It returns `0` by default and models without cells are quite boring! arbor.recipe.__init__(self) self.the_cell = cell self.the_probes = probes - self.the_props = arbor.neuron_cable_propetries() + self.the_props = arbor.neuron_cable_properties() self.the_cat = arbor.default_catalogue() self.the_props.register(self.the_cat) -- GitLab