From 1e4bd830e23c00e2da5825bd988d67b5de1c45e0 Mon Sep 17 00:00:00 2001 From: Robin De Schepper Date: Tue, 5 Dec 2023 23:36:34 +0100 Subject: [PATCH] Updated cable_cell constructor parameter order (#2236) --- doc/python/cable_cell.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/python/cable_cell.rst b/doc/python/cable_cell.rst index 23cf266be1..abb51d6ace 100644 --- a/doc/python/cable_cell.rst +++ b/doc/python/cable_cell.rst @@ -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)