Skip to content

Commit

Permalink
Updated cable_cell constructor parameter order (arbor-sim#2236)
Browse files Browse the repository at this point in the history
  • Loading branch information
Helveg authored Dec 5, 2023
1 parent f8853fc commit 1e4bd83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/python/cable_cell.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ Cable cells

:param morphology: the morphology of the cell
:type morphology: :py:class:`morphology` or :py:class:`segment_tree`
:param labels: dictionary of labeled regions and locsets
:type labels: :py:class:`label_dict`
:param decorations: the decorations on the cell
:type decorations: :py:class:`decor`
:param labels: dictionary of labeled regions and locsets
:type labels: :py:class:`label_dict`

.. method:: placed_lid_range(index)

Expand Down

0 comments on commit 1e4bd83

Please sign in to comment.