Skip to content
Snippets Groups Projects
Unverified Commit a4fcf6f5 authored by Sebastian Schmitt's avatar Sebastian Schmitt Committed by GitHub
Browse files

Fix typo (#1321)

parent e9c8a175
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment